|
|
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures 解决办法0 Y% d& p1 p! \# o+ U
checking whether to enable mod_example... no
: Y& D. {) `5 _checking whether to enable mod_case_filter... no
8 Z. s* I6 s9 q S9 ?2 qchecking whether to enable mod_case_filter_in... no; ^7 \4 o A5 m2 i9 S
checking whether to enable mod_reqtimeout... shared (all)
. z5 D( z3 b8 M" tchecking whether to enable mod_ext_filter... shared (all)
; H0 x$ k! N, J/ Uchecking whether to enable mod_include... shared (all)3 ~* P6 r, b, X3 |9 |9 E
checking whether to enable mod_filter... shared (all)
& N G9 }. U! ~4 ?! {( uchecking whether to enable mod_substitute... shared (all)( Q7 D6 H- q q8 S% m
checking whether to enable mod_charset_lite... no/ n2 B4 `- w" m3 [) p B. B) N M
checking whether to enable mod_deflate... checking dependencies/ L; J. L! b2 W5 [4 c
checking for zlib location... not found4 y8 h6 N2 D% Z; m
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures
8 b' b) W& G1 E5 g' c, w1 j t3 Q& N7 r1 p* m% p; T
解决办法:' Z+ o% q V2 D5 i! H
安装zlib-devel库. F/ W9 d4 D* O6 F
yum install -y zlib-devel
; ]7 ~' f1 f/ o0 `, d$ t9 O |
|