CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

前端之家收集整理的这篇文章主要介绍了CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

CentOS 6.5 安装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
原文链接:https://www.f2er.com/centos/379707.html

猜你在找的CentOS相关文章