安装Nginx报错HTTP-rewrite-module-requires-the-PCRE

CentOS 6.2 安装Nginx时报错

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

解决办法:

  1. 安装 pcre-devel 与 openssl-devel

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

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

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理