- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures 解决办法1 l% e# [) _$ W. {! |. S
checking whether to enable mod_example... no
, G! \+ b6 |8 L8 k0 \checking whether to enable mod_case_filter... no
2 G1 s" i& a+ wchecking whether to enable mod_case_filter_in... no" G, [* b5 @& o
checking whether to enable mod_reqtimeout... shared (all)
0 B" |% S W- i ]+ w9 ` Mchecking whether to enable mod_ext_filter... shared (all)/ n& @6 ?( `8 k& _0 y& w' M2 v' [2 o
checking whether to enable mod_include... shared (all)
! {3 ?, F& n4 T! B2 O4 {checking whether to enable mod_filter... shared (all)
0 w- I* o2 ]% O( X( X. z$ cchecking whether to enable mod_substitute... shared (all)
8 T2 l' P0 t8 ~8 Q# P/ Q6 ?checking whether to enable mod_charset_lite... no- |; n2 f( R/ w. h. f+ {4 t
checking whether to enable mod_deflate... checking dependencies
Y% _; S3 S6 L7 zchecking for zlib location... not found
/ R; Y. Z* g$ E+ {; j" @* I- ^( vchecking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures
. L6 m" ^" j s6 V
! K) I1 ^( C5 N" ~4 C解决办法:
+ Q5 ~* @3 \ k5 H安装zlib-devel库$ N% M* F/ T! h& e, W! a: ]* F
yum install -y zlib-devel
) }7 E) m6 `6 P& K& o |
|