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
关注公众号「Python专栏」,后台回复「机器学习电子书」获得100份机器电子学习相关电子书。
作者是普华永道的TechLeader,mongoDB Professional 中国第十五位获得者,「红色警戒:复兴」联合创始人。「Python专栏」专注Python领域的各种技术:爬虫、DevOps、大数据分析、Web开发等。「大航海计划」带你从零打造爆款Python项目,还有各种内推活动等着你。
公众号后台回复:腾讯架构资源1,获取腾讯架构师整理的大数据学习资料