nginx安装报错:configure: error: the HTTP rewrite module requires the PCRE library
参考:http://blog.51cto.com/williamx/958398
需要安装pcre-devel与openssl-devel
yum -y install pcre-devel openssl openssl-devel
本文来自博客园,作者:huiy_小溪,转载请注明原文链接:https://www.cnblogs.com/huiy/p/8206210.html