编译安装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/1.14.0什么意思

linux教程之nginx的并发连接数和连接状态查询

如何修改nginx的运行端口

nginx和netty区别

nginx怎么添加新模块?

查看nginx是否启动

nginx如何正确配置https

linux下安装qt5:error: unrecognized command line option ‘-fuse-ld=gold’

nginx与php的两种通信方式是什么

centos 7 for arm 安装一键lnmp失败

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



打赏

取消

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

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

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

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

评论

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