共计 256 个字符,预计需要花费 1 分钟才能阅读完成。
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 份机器电子学习相关电子书。
正文完