a股有杠杆的etf基金排名-贝因美股票行情分析-【东方资本】,配资利息多少中航资本咋开户,免息分期是什么意思啊,股票配资要求标准

跳轉到主要內容

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

建議/總結

  無