Nginx install from source on cenos 6.5

ERROR:
/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.
安装依赖库

yum install -y httpd-devel pcre perl pcre-devel zlib zlib-devel GeoIP GeoIP-devel
posted @ 2014-12-06 11:21  _Doraemon  阅读(206)  评论(0编辑  收藏  举报