- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
./configure: error: the HTTP rewrite module requires the PCRE library
B. O- T1 D2 Y1 v$ B报错时,需要安装下面插件解决:4 C% W+ ~& ?/ A3 N" m& A9 g/ E; H9 h
+ n! D p* O0 f' C- w6 t9 m
! a8 N% E& l' @5 k; q2 E$ y
# yum -y install pcre-devel O4 O1 J1 B0 C
/ `! A g7 V( y0 B! H( C
" V' R4 p# Q; }+ g ] ./configure --user=nginx --group=nginx --prefix=/var/lib/bcop/nginx --with-http_stub_status_module --with-http_ssl_module --with-http_gzip_static_module
- J5 P d, P' T- H( Q
1 K8 R/ a: \8 G! u./configure: error: SSL modules require the OpenSSL library.
1 b! C9 {, ]* a/ mYou can either do not enable the modules, or install the OpenSSL library
3 B, \# i! `& P* R7 a9 q8 I4 b& yinto the system, or build the OpenSSL library statically from the source
! c' Q& `) a$ ? c0 c; |with nginx by using --with-openssl=<path> option.
/ G' d+ D- }+ }/ w0 l安装下面插件解决:
; b! c, l# D6 m7 N# yum -y install openssl openssl-devel& ?: X- L* ~, _6 D6 c* g: m
) e J0 ]. z( |4 c6 w2 I( u./configure: error: SSL modules require the OpenSSL library. |
|