编译nginx时出现pcre找不到的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译nginx时出现pcre找不到的解决方法相关的知识,希望对你有一定的参考价值。

错误为:./configure: error: the HTTP rewrite module requires the PCRE library.

安装pcre-devel解决问题
yum -y install pcre-devel

还有可能出现:

错误提示:./configure: error: the HTTP cache module requires md5 functions
from OpenSSL library.   You can either disable the module by using
--without-http-cache option, or install the OpenSSL library into the system,
or build the OpenSSL library statically from the source with nginx by using
--with-http_ssl_module --with-openssl=<path> options.

 

解决办法:

yum -y install openssl openssl-devel






以上是关于编译nginx时出现pcre找不到的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

Nginx安装出现错误解决记录

VS2017新建或拷贝项目编译时出现:找不到 Windows SDK 版本8.1.请安装所需的版本的 Windows SDK

C#程序在VS编译器加载时出现找不到方法,无法显示该程序窗体设计器

解决VMware 安装tools时出现找不到文件的方法

当运行测试用例时出现错误“找不到机器人框架安装”以及如何解决这个问题?

启动Linux系统时出现系统找不到指定文件,这怎么解决