首页 > Web开发 > 详细

Nginx 安装报错the HTTP rewrite module requires the PCRE library.

时间:2021-05-21 17:43:17      阅读:25      评论:0      收藏:0      [点我收藏+]

./configure --prefix=/data/zzNginx/

出现报错the HTTP rewrite module requires the PCRE library.

如图:

技术分享图片

 

安装pcre-devel解决问题   yum install -y zlib-devel

还有可能出现这个错误 the HTTP gzip module requires the zlib library   缺少依赖组件

技术分享图片

 

则需要安装“zlib-devel”即可    yum install -y zlib-devel

 

Nginx 安装报错the HTTP rewrite module requires the PCRE library.

原文:https://www.cnblogs.com/sprr/p/14793788.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!