CentOS 6.5 下 安装 Tengine 执行配置命令./configure 时提示以下错误:./configure: error: the HTTP rewrite module requires the PCRE library.You can either disable the module by using --without-http_rewrite_moduleoption, or install the PCRE library into the system, or build the PCRE librarystatically from the source with nginx by using --with-pcre=<path> option.解决方法:执行以下命令:yum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel部分输出:Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirrors.btte.net
* extras: mirrors.bt
...
继续阅读
(71)