1. 程式人生 > >./configure: error: the HTTP rewrite module requires the PCRE library.

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

.com nload 總結 mod img 9.png images ssl lib

案發現場還原:

wget http://nginx.org/download/nginx-1.8.0.tar.gz

cp nginx-1.8.0.tar.gz /usr/local
cd /usr/local
tar -zxvf nginx-1.8.0.tar.gz

安裝Nginx時報錯

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

技術分享

解決辦法:

yum -y install openssl openssl-devel

總結:

yum -y install pcre-devel openssl openssl-devel

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

make

make install

一切搞定

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