编译安装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干什么的

nginx怎么限流

nginx怎么配置

linux系统中软件的安装、卸载与更新

nginx启动失败怎么解决

kali-linux安驱动、使用blueman连接蓝牙耳机

nginx的好处有哪些

nginx上出现403应该怎么解决

nginx的进程名称是什么

怎么实现nginx访问

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



打赏

取消

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

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

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

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

评论

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

    正在狠努力加载,请稍候...