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

1.安装 gcc,

        yum install gcc‐c++

2.nginx的http模块使用pcre来解析正则表达式,需要在linux上安装pcre库

        yum install ‐y pcre pcre‐devel

3.安装zlib库,nginx使用zlib对http包的内容进行gzip

        yum install ‐y zlib zlib‐devel

4.安装openssl库,让 nginx 支持 https(即在ssl协议上传输http)

        yum install ‐y openssl openssl‐devel

5.下载压缩包 (选好安装目录:/etc/nginx)

        wget https://nginx.org/download/nginx‐1.20.1.tar.gz

6. 解压缩包

        tar ‐zxvf nginx‐1.20.1.tar.gz

7. 进入解压后的目录 cd nginx‐1.20.1

8. 执行  ./configure  &  make  & make install 编译

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

解决方案:安装 pcre-devel
        yum -y install pcre-devel

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值