|
|
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures 解决办法
9 t5 Q; U7 }5 v* N9 Echecking whether to enable mod_example... no
" {$ l+ l/ W: e ]( x! ^# G8 z2 u& xchecking whether to enable mod_case_filter... no
2 }/ v( F3 H) @/ y' G4 x' zchecking whether to enable mod_case_filter_in... no b8 v/ l- e. G2 L
checking whether to enable mod_reqtimeout... shared (all)
# p* @# z+ |$ F* Z% D3 tchecking whether to enable mod_ext_filter... shared (all)
3 d9 U- D9 O4 ~% jchecking whether to enable mod_include... shared (all)
5 y F8 k& p+ S1 m8 a' cchecking whether to enable mod_filter... shared (all)
. B! {+ H* J4 x% Wchecking whether to enable mod_substitute... shared (all), N+ G x! Q, ]7 |: Y( _4 K
checking whether to enable mod_charset_lite... no
% [: I' D$ _+ Nchecking whether to enable mod_deflate... checking dependencies
# s7 F4 s/ X$ W8 s+ `checking for zlib location... not found) y5 C1 I# N) D) Z2 n
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures
9 h3 S3 O0 Y; X0 j5 R7 w+ F$ Q7 q6 k: A4 ^8 S- p7 ]
解决办法:
& G. a1 I2 I+ Z" C3 a8 A安装zlib-devel库+ P# I2 @1 z$ z/ a3 c# x, h
yum install -y zlib-devel
' D, L/ @0 F" \- p# Q |
|