久久免费精品国产-日本道欧美一区二区aaaa-欧美资源一区,护士下面又紧又湿,天海翼一区,一本一道久久久a久久久精品蜜臀

跳轉到主要內容

configure nginx提示PCRE和SSL錯誤

故障描述

  Linux configure nginx提示如下錯誤

./configure: error: the HTTP rewrite module requires the PCRE library.

 

故障分析

  無

處理過程

yum -y install pcre-devel openssl openssl-devel

./configure --prefix=/data/nginx

make

make install

建議/總結

  無