- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
./configure: error: the HTTP rewrite module requires the PCRE library" ^/ t& T) k+ K) Z
报错时,需要安装下面插件解决:
2 W& y$ N2 I u2 l
# y% K W' z+ b) A( g3 ^
0 _. c0 M p/ j% B9 Q# yum -y install pcre-devel
* r' Q: w' N( e- V' V1 J _" j( N
4 ~' J5 E* L; p0 s& \ ./configure --user=nginx --group=nginx --prefix=/var/lib/bcop/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module0 ~6 o& I' |2 D6 o) r9 t0 ^" X
- J" H; @/ L* X! P" R" E+ p4 T; h% T" \' d
./configure: error: SSL modules require the OpenSSL library. u0 l5 Z! M) G1 i7 e0 [
You can either do not enable the modules, or install the OpenSSL library4 x$ f. ?6 Q( P; R E5 n+ q, F
into the system, or build the OpenSSL library statically from the source* k4 s' C7 c j# I# b
with nginx by using --with-openssl=<path> option.8 K8 g" R6 z) G/ Z4 u- s+ y
安装下面插件解决:* u, T- f7 h8 t+ b% S
# yum -y install openssl openssl-devel$ N' l- n' I% A4 O! w
8 I7 i2 `8 l) v& y6 @. Q# t2 o
./configure: error: SSL modules require the OpenSSL library. |
|