天天看點

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

在執行 ./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=<path> option.

解決方案

yum -y install pcre-devel
           

繼續閱讀