|
|
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures 解决办法0 O2 t+ m- `' J: N
checking whether to enable mod_example... no8 J. c% K3 v# h: h B# u! N8 c
checking whether to enable mod_case_filter... no5 x! E/ l- D) Y' y' g( t: \
checking whether to enable mod_case_filter_in... no
3 _& j2 P( }/ W/ N! x, uchecking whether to enable mod_reqtimeout... shared (all)
8 L! N$ h; D! b# a9 cchecking whether to enable mod_ext_filter... shared (all)
+ T- ~1 ^, j0 i7 Nchecking whether to enable mod_include... shared (all)
/ D) ]% W2 t$ P/ \checking whether to enable mod_filter... shared (all)
) k9 h7 L. m3 Z% S/ ~- Bchecking whether to enable mod_substitute... shared (all)
1 _, s3 m# R; F! c- E7 L: Qchecking whether to enable mod_charset_lite... no
, j; _# T6 s! q' z) ychecking whether to enable mod_deflate... checking dependencies2 @( P& o- \* p+ }, W
checking for zlib location... not found. r3 b0 E J5 W3 |5 n- V- b
checking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures, _- c7 V1 u/ C2 ]" K0 V
+ L. g, w9 S& A
解决办法:
- u+ V) I6 k$ J! p+ o安装zlib-devel库5 X* V* m$ p# i+ y8 Y7 q1 R
yum install -y zlib-devel5 W2 Y# C6 j) D9 q
|
|