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]