码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-10-29 23:14:23      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:error   disable   error:   ssl   md5   fun   call   rewrite   http   

错误为:./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找不到的解决方法

标签:error   disable   error:   ssl   md5   fun   call   rewrite   http   

原文地址:http://www.cnblogs.com/pdcs/p/7751561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!