97青草超碰久久国内精品91-亚洲一区二区三区日韩-HD中字播放,日本精品99,国产一级电影在线,思思99热久久精品在2019线

跳轉(zhuǎn)到主要內(nèi)容

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

建議/總結(jié)

  無