vfate_linux 发表于 2013-1-28 22:03:55

centos 源码编译安装实战重要参考收藏

1.http://nginx.org/en/docs/install.html

出现错误: ./configure: error: the HTTP rewrite module requires the PCRE library.
处理:yum install pcre-devel
参考:2.http://www.thegeekstuff.com/2011/07/install-nginx-from-source/

出现错误:./configure: error: the HTTP gzip module requires the zlib library.
处理:yum install zlib-devel
参考:yum searh zlib

出现错误: bash: make: command not found
处理:yum install make
<div class="quote_title">引用
页: [1]
查看完整版本: centos 源码编译安装实战重要参考收藏