解决方案:./configure: error: the HTTP rewrite module requires the PCRE library.

朴灿烈づ我的快乐病毒、 2022-11-22 00:14 223阅读 0赞

在执行 ./configure命令时,提示报以下错误:

错误为:./configure: error: the HTTP rewrite module requires the PCRE library.

详细内容为:

./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= option.

解决方案

  1. yum -y install pcre-devel

发表评论

表情:
评论列表 (有 0 条评论,223人围观)

还没有评论,来说两句吧...

相关阅读