首页 > 技术文章 > nginx安装报错:configure: error: the HTTP rewrite module requires the PCRE library

huiy 2018-01-05 18:27 原文

参考:http://blog.51cto.com/williamx/958398

需要安装pcre-devel与openssl-devel

yum -y install pcre-devel openssl openssl-devel

推荐阅读