Fix for configure: error: the HTTP rewrite module requires the PCRE library
by rajesh[ Edit ] 2012-06-09 14:01:43
Fix for configure: error: the HTTP rewrite module requires the PCRE library.
The above error may occur when we try to install nginx and pcre library is not installed in the server.
Fix: Run the command
# yum install pcre-devel