错误提示:
./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
本文详细介绍了如何解决在配置Nginx时遇到的错误提示,即需要PCRE库与OpenSSL库。通过使用yum命令安装所需的库文件,可以顺利解决此问题。
2423
1613

被折叠的 条评论
为什么被折叠?