Error:the HTTP Rewrite module requires the PCRE library

Source: Internet
Author: User
Tags install openssl openssl library

./configure:error:the HTTP Rewrite module requires the PCRE libraryTags: modulelibrarynginxcentoscachessl2012-01-10 10:5161609 People readComments (2) CollectionReportCategory:Nginx

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Sometimes, we need to install nginx separately to handle a large number of download requests. Rewrite and HTTP cache error resolution encountered by installing Nginx alone in CENTOS5:

wget http://nginx.org/download/nginx-0.8.33.tar.gz
TAR-ZXVF nginx-0.8.33.tar.gz
CD nginx-0.8.33
./configure--prefix=/usr/local/nginx

Install nginx times wrong

./configure:error:the HTTP Rewrite module requires the PCRE library.

Installing Pcre-devel to solve problems
Yum-y Install Pcre-devel

Error message:./configure:error:the HTTP Cache module requires MD5 functions
From the OpenSSL library. You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with Nginx by using
--with-http_ssl_module--with-openssl=<path> Options.

Workaround:

Yum-y Install OpenSSL Openssl-devel

Summarize:

Yum-y Install Pcre-devel OpenSSL openssl-devel

./configure--prefix=/usr/local/nginx

Make

Make install

All done.

Source: http://blog.csdn.net/hfsu0419/article/details/7190152

Error:the HTTP Rewrite module requires the PCRE library

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.