CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法

错误提示:
./configure: error: the HTTP rewrite module requires the PCRE library.

解决办法:

  1. 安装 pcre-devel 与 openssl-devel
  2. yum -y install pcre-devel openssl openssl-devel
  3. ./configure –prefix=/usr/local/nginx
  4. make
  5. make install

Leave a Comment

 
Copyright © 2008-2021 lanxinbase.com Rights Reserved. | 粤ICP备14086738号-3 |