Nginx Install Error: ./configure: error: the HTTP rewrite module requires the PCRE library.

Error Messages:

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

Solution:

yum install -y pcre-devel

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *