ef="/10973.html">CentOS 6.2 安装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=http://www.likecs.com/usr/local/nginx