- 积分
- 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 o; |1 i7 Q- h& Q% E9 }
checking whether to enable mod_example... no
6 E8 e9 n! x& f/ q$ kchecking whether to enable mod_case_filter... no0 w( ~ f8 f4 q3 n" m4 d0 Y
checking whether to enable mod_case_filter_in... no) d2 O( y4 n; b/ b( o; E5 t
checking whether to enable mod_reqtimeout... shared (all)
4 H* U9 p7 U0 D6 J0 N5 Pchecking whether to enable mod_ext_filter... shared (all)6 A, [6 q5 O4 R% C, F. Y! a3 j
checking whether to enable mod_include... shared (all)
! b- O( s' h& Q1 k0 m( \( z nchecking whether to enable mod_filter... shared (all)4 Z) w, m) D9 W" j1 F5 y
checking whether to enable mod_substitute... shared (all). X9 X- H/ J' o9 ~7 M
checking whether to enable mod_charset_lite... no
. R' K) r( S" h6 q% u$ K: m4 W8 @# A$ ]checking whether to enable mod_deflate... checking dependencies3 _4 C+ J) n2 Q" x1 V$ o8 \
checking for zlib location... not found
- W( e& C0 d# x2 `6 `( B: Echecking whether to enable mod_deflate... configure: error: mod_deflate has been requeste but can not be built due to prerequisite failures4 ^* a& }/ N$ e; ^
# a x1 N4 L4 m5 p解决办法:% C6 B* V! ^* }/ r1 c9 E* q
安装zlib-devel库/ H r1 Y$ k' K# |) i0 \9 T: f
yum install -y zlib-devel
- J* }: e/ Q6 t! W6 t |
|