Skip to main content
 首页 » 编程设计

nginx ./配置错误ubuntu 12.04

2024年05月22日24think

下载并尝试在执行命令 ./configure 时配置 nginx 后 嗯收到这个错误

./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. 

然后我执行

apt-get build-dep nginx  

命令出现以下错误

The following packages have unmet dependencies: 
libgd2-noxpm-dev : Depends: libgd2-noxpm (= 2.0.36~rc1~dfsg-6ubuntu2) but it is not    going to be installed 
E: Build-dependencies for nginx could not be satisfied. 

我对 libgd2-noxpm 没有任何想法。这是我第一次使用 nginx 。如何克服这个错误。预先感谢您

请您参考如下方法:

您必须安装 PCRE3:

apt-get install libpcre3 libpcre3-dev

位置指令中的正则表达式支持和 ngx_http_rewrite_module 模块需要该库。 http://nginx.org/en/docs/install.html