在Redhat7.4系统上yum安装时,报如下错误,
./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=
解决:
yum -y install zlib zlib-devel openssl openssl–devel pcre pcre-devel
Redhat7.4 yum安装问题解决

在Redhat7.4系统上使用yum安装时遇到HTTPrewrite模块依赖PCRE库的问题,文章提供了详细的解决方案,包括使用--without-http_rewrite_module禁用模块、系统安装PCRE库或从源代码静态构建PCRE库。
5238

被折叠的 条评论
为什么被折叠?



