niginx安装

nginx安装指南
本文详细介绍了在安装nginx过程中遇到的依赖问题及其解决方案,包括如何安装PCRE和zlib等依赖库,确保nginx顺利安装。

rpm -qa | grep :看是否安装了软件

 

版本: nginx-1.2.1

注意:安装之前要保证已经安装了 gcc 和gcc-c++

.tar.bz2的解压方法是:bzip2 -d xxxx.tar.bz2  然后   tar -xvf xxxx

 

 

 

运行./configure --prefix=/usr/nginx 提示:

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

 

nginx安装依赖PCRE包,也可以直接disable掉rewrite模块。

下载安装PCRE包http://www.pcre.org/

 

 

再次运行./configure --prefix=/usr/nginx 提示:

./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=<path> option.

 

nginx安装依赖zlib包,也可以直接disable掉gzip模块。

下载安装zlib包http://www.zlib.org/

 

安装软件时,注意./configure最后的提示信息,它会告诉你的环境还需要什么。

 --with-xxxx 指向的是源码包!

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值