版权声明
1. 本站文章和资源均来自互联网收集和整理,本站不承担任何责任及版权问题。
2. 相关版权归作者及其公司所有,仅供学习研究用途,请勿用于商业目的。
3. 若侵犯您的版权,请发邮件至webmaster@ishare1.cn联系我们,我们确认后将立即删除。
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
CentOS 6.2 安装Nginx时报错
错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.
解决办法:
- 安装 pcre-devel 与 openssl-devel
- yum -y install pcre-devel openssl openssl-devel
- ./configure –prefix=/usr/local/nginx
- make
- make install
爱分享




