编译安装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.conf

nginx实现限流的方式有哪几种

nginx安装依赖包

centos7怎么安装nginx-yum方式

nginx是什么服务器

nginx正向代理的好处

linux中如何编译c语言

varnish nginx区别

nginx是否在启动

nginx的基本特点有哪些

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



打赏

取消

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

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

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

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

评论

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