国产婷婷在线视频-国产资源一区二区三区-HD在线观看,亚洲精选久久,日本亚洲精品,日韩久久久一区二区

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

configure nginx提示PCRE和SSL錯(cuò)誤

故障描述

  Linux configure nginx提示如下錯(cuò)誤

./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é)

  無