apache下安装mod_gzip失败
freemanxp2005
|
1#
freemanxp2005 发表于 2006-12-07 15:56
apache下安装mod_gzip失败
系统是AS3的,apache是2。0。55,安装mod_gzip-1.3.26.1a
命令是./apxs -i -a -c /root/mod_gzip-1.3.26.1a/mod_gzip.c 出现错误: /root/mod_gzip-1.3.26.1a/mod_gzip.c:5448: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:5712: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:5712: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:5714: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:5714: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:5735: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:5735: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:5737: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:5737: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6002: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6002: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6002: too few arguments to function `ap_log_error' /root/mod_gzip-1.3.26.1a/mod_gzip.c:6006: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6006: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6009: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6009: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6009: too few arguments to function `ap_log_error' /root/mod_gzip-1.3.26.1a/mod_gzip.c:6012: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6012: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6012: too few arguments to function `ap_log_error' /root/mod_gzip-1.3.26.1a/mod_gzip.c:6015: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6015: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6015: too few arguments to function `ap_log_error' /root/mod_gzip-1.3.26.1a/mod_gzip.c:6059: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6059: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6062: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6062: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6097: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6097: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:6097: too few arguments to function `ap_log_error' /root/mod_gzip-1.3.26.1a/mod_gzip.c:6606: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:6606: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c: In function `mod_gzip_open_output_file': /root/mod_gzip-1.3.26.1a/mod_gzip.c:7063: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:7063: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c: In function `mod_gzip_flush_and_update_counts': /root/mod_gzip-1.3.26.1a/mod_gzip.c:7142: structure has no member named `client' /root/mod_gzip-1.3.26.1a/mod_gzip.c:7147: structure has no member named `client' /root/mod_gzip-1.3.26.1a/mod_gzip.c: In function `mod_gzip_encode_and_transmit': /root/mod_gzip-1.3.26.1a/mod_gzip.c:7812: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:7812: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:7812: warning: passing arg 6 of `ap_log_error' makes pointer from integer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:7906: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:7906: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c:7906: warning: passing arg 6 of `ap_log_error' makes pointer from integer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:8056: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:8056: warning: passing arg 5 of `ap_log_error' from incompatible pointer type /root/mod_gzip-1.3.26.1a/mod_gzip.c: At top level: /root/mod_gzip-1.3.26.1a/mod_gzip.c:8066: warning: `struct pool' declared inside parameter list /root/mod_gzip-1.3.26.1a/mod_gzip.c:8066: conflicting types for `mod_gzip_generate_vary_header' /root/mod_gzip-1.3.26.1a/mod_gzip.h:358: previous declaration of `mod_gzip_generate_vary_header' /root/mod_gzip-1.3.26.1a/mod_gzip.c: In function `mod_gzip_generate_vary_header': /root/mod_gzip-1.3.26.1a/mod_gzip.c:8069: `array_header' undeclared (first use in this function) /root/mod_gzip-1.3.26.1a/mod_gzip.c:8069: `ary' undeclared (first use in this function) /root/mod_gzip-1.3.26.1a/mod_gzip.c:8071: warning: assignment makes pointer from integer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:8076: warning: assignment makes pointer from integer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:8080: warning: return makes pointer from integer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c: In function `mod_gzip_compress_file': /root/mod_gzip-1.3.26.1a/mod_gzip.c:8110: warning: passing arg 4 of `ap_log_error' makes integer from pointer without a cast /root/mod_gzip-1.3.26.1a/mod_gzip.c:8110: warning: passing arg 5 of `ap_log_error' from incompatible pointer type apxs:Error: Command failed with rc=65536 请问高手问题在哪? |