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

CentOS . 安装Nginx时报错 错误提示: . configure: error: the HTTP rewrite module requires the PCRE library. 解决办法: 安装 pcre devel 与 openssl devel yum y install pcre devel openssl openssl devel . configure prefix u ...

2019-09-04 06:39 0 2957 推荐指数:

查看详情

安装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