./configure: error: the HTTP rewrite module requir

php / 115人浏览 / 0人评论

安装nginx时,提示rewrite依赖与pcre这个扩展库,所以要先安装这个库

报错内容

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

解决办法

1.去官网下载pcre安装包

 https://sourceforge.net/projects/pcre/files/pcre/

2.下载并解压:

tar -zxvf pcre-8.40.tar.gz

3.编译安装

cd pcre-8.40
./configure
make
make install

注意:

操作途中可能提示要安装C++,之类的东西,参考:configure: error: You need a C++ compiler for C++

评论列表

还没有人发表评论

发表评论 取消回复