编译安装nginx却requires the PCRE library

Posted crxis

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译安装nginx却requires the PCRE library相关的知识,希望对你有一定的参考价值。

编译安装nginx需要pcre包,未安装会有如下提示:

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

需要安装pcre的devel包,pcre-devel。使用yum安装即可:(以下命令还带有ssl、zlib等依赖的安装)

yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel

以上是关于编译安装nginx却requires the PCRE library的主要内容,如果未能解决你的问题,请参考以下文章

3分钟教你搞定 nginx 编译安装报错:error: the HTTP rewrite module requires the PCRE library.

3分钟教你搞定 nginx 编译安装报错:error: the HTTP rewrite module requires the PCRE library.

python 安装 setuptools Compression requires the (missing) zlib module 的解决方案

安装setuptools模块报错​Compression requires the (missing) zlib module

Linux(CentOS6.5)下编译Popt报错”GNU gettext is required. The latest version”(gettext已经编译安装,但是没

Unable to satisfy the following requirements解决方式