编译安装nginx却requires the PCRE library


本文摘自PHP中文网,作者PHP中文网,侵删。

编译安装nginx需要pcre包,未安装会有如下提示:

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

需要安装pcre的devel包,pcre-devel。使用yum安装即可:(以下命令还带有ssl、zlib等依赖的安装)

yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel

以上就是编译安装nginx却requires the PCRE library的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

nginx如何添加stream模块

如何启动nginx服务?

nginx 对访问量的控制

rpm 进行安装、卸载及管理的操作实例

教你如何在linux中安装nginx服务器

linux下设置nginx开机自启的方法

英文nginx是什么意思

nginx_lua能做什么

traefik和nginx区别

nginx使用geoip做区域限制

更多相关阅读请进入《requires》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...