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

编译安装nginx却requires the PCRE library

时间:2017-06-09 19:12:56      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:dev   open   pcre   error   ted   UI   static   disable   提示   

编译安装nginx需要pcre包,未安装会有如下提示:

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.

需要安装pcre的devel包,pcre-devel。使用yum安装即可:(以下命令还带有ssl、zlib等依赖的安装)

yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel

编译安装nginx却requires the PCRE library

标签:dev   open   pcre   error   ted   UI   static   disable   提示   

原文地址:http://www.cnblogs.com/crxis/p/6973232.html

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