编译安装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.

Nginx 编译报错:SSL modules require the OpenSSL library

Nginx 编译报错:SSL modules require the OpenSSL library

nginx: the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.con

./configure: error: the GeoIP module requires the GeoIP library.