原文:ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.

有时候,我们需要单独安装nginx,来处理大量的下载请求。单独在Centos 安装nginx遇到的rewrite和HTTP cache错误解决办法: wgethttp: nginx.org download nginx . . .tar.gztar zxvfnginx . . .tar.gzcdnginx . . . configure prefix usr local nginx 安装Nginx ...

2014-06-08 23:29 1 27888 推荐指数:

查看详情

安装nginx出错the HTTP rewrite module requires the PCRE library

问题描述 报错信息如下所示: 原因 缺少pcrepcre-devel 解决 首先安装pcrepcre-devel,rpm安装的时候注意依赖关系。 如果在安装以后还出现报错的情况,则使用命令指定pcre的源码路径进行安装。 --prefix:选择nginx要安装的目录 ...

Sat Jun 12 00:00:00 CST 2021 0 8862
编译安装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 ...

Sat Jun 10 02:20:00 CST 2017 0 20115
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM