Centos上安装nginx报错

来源:互联网 时间:2026-02-26 11:27:36 作者:

系统大全为您提供
  编译时候如下错误:  
./configure: error: the https://www.herecours.com/d/file/efpub/2026/26-26/20260226111326566312.br You can either disable the module by using --without-https://www.herecours.com/d/file/efpub/2026/26-26/20260226111326566313 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.

重新编译,指定 --with-pcre, 其中 --with-pcre=

agrant/download/pcre-8.35 是pcre是的源码目录,不是安装目录
 
 
[vagrant@localhost nginx-1.7.0]$ ./configure --prefix=/usr/local

inx --with-pcre=

agrant/download/pcre-8.35

这样就不报错了。  
  以上就是系统大全给大家介绍的如何使的方法都有一定的了解了吧,好了,如果大家还想了解更多的资讯,那就赶紧点击系统大全官网吧。
本文来自系统大全https://www.herecours.com/d/file/efpub/2026/26-26/20260226111326566314

相关推荐