CentOS安装Nginx 报错“configure: error: the H…

2019-09-04 07:08:29来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

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

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份机器电子学习相关电子书。


原文链接:https://www.cnblogs.com/moonhmily/p/11456720.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:【Shell】检查软件包是否安装

下一篇:Linux之Shell编程(14)