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

CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

时间:2019-09-04 10:16:29      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:解决   local   lib   configure   Opens   error   install   pytho   电子书   

CentOS 6.2 安装Nginx时报错

错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.

解决办法:

  1. 安装 pcre-devel 与 openssl-devel
  2. yum -y install pcre-devel openssl openssl-devel
  3. ./configure --prefix=/usr/local/nginx
  4. make
  5. make install

关注公众号「Python专栏」,后台回复「机器学习电子书」获得100份机器电子学习相关电子书。

CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

标签:解决   local   lib   configure   Opens   error   install   pytho   电子书   

原文地址:https://www.cnblogs.com/moonhmily/p/11456720.html

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