原文:CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

错误提示: . configure: error: the HTTP rewrite module requires the PCRE library. yum install gcc gcc c openssl devel y C 安装pcre devel与openssl devel解决问题 yum y install pcre devel openssl openssl devel . co ...

2017-04-17 12:06 0 3291 推荐指数:

查看详情

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