码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-07-29 17:03:30      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:tar.gz   sharp   rar   tar   nload   csharp   ima   res   oca   

 

运到的错误:

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

标签:tar.gz   sharp   rar   tar   nload   csharp   ima   res   oca   

原文地址:https://www.cnblogs.com/Alexr/p/9385829.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!