源码编绎的时候报错 tengine-2.1.0 error: the HTTP rewrite module requires the PCRE library.

 

./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  pcre-devel

问题解决!

posted @ 2017-03-01 14:28  bass  阅读(274)  评论(0)    收藏  举报