[Mod_gzip] mod_gzip & apache 2 - please help!! urgent!

Michael Jakscht mod_gzip@lists.over.net
Thu, 31 Oct 2002 11:28:42 +0100


Hi MediaHost,

thanx a lot for your ado about this problem.
But I encountered the following problem while trying to compile:

I really hope you can help a little bit, I'm under heavy pressure and have
to get this working by today... :-(

Michael



============================================
rzvcms:/opt/apache2/bin # apxs -i -a -c mod_gzip.c
/opt/apache2/build/libtool --silent --mode=compile gcc -prefer-pic
-DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread
-DNO_DBM_REWRITEMAP -I/opt/apache2/include  -c -o mod_gzip.lo mod_gzip.c &&
touch mod_gzip.slo
mod_gzip.c: In function `mod_gzip_dump_a_table':
mod_gzip.c:631: dereferencing pointer to incomplete type
mod_gzip.c:635: dereferencing pointer to incomplete type
mod_gzip.c:638: dereferencing pointer to incomplete type
mod_gzip.c: In function `mod_gzip_echeck1':
mod_gzip.c:1892: dereferencing pointer to incomplete type
mod_gzip.c:1894: dereferencing pointer to incomplete type
mod_gzip.c: In function `mod_gzip_echeck2':
mod_gzip.c:2298: dereferencing pointer to incomplete type
mod_gzip.c:2300: dereferencing pointer to incomplete type
mod_gzip.c: In function `mod_gzip_output_filter':
mod_gzip.c:2775: too few arguments to function `apr_brigade_create'
mod_gzip.c:2976: too few arguments to function `apr_bucket_pool_create'
mod_gzip.c:3143: too few arguments to function `apr_bucket_eos_create'
mod_gzip.c:3187: warning: passing arg 3 of `apr_bucket_heap_create' makes
pointer from integer without a cast
mod_gzip.c:3187: warning: passing arg 4 of `apr_bucket_heap_create' from
incompatible pointer type
mod_gzip.c:3327: too few arguments to function `apr_bucket_pool_create'
mod_gzip.c:3539: warning: passing arg 3 of `apr_bucket_heap_create' makes
pointer from integer without a cast
mod_gzip.c:3539: warning: passing arg 4 of `apr_bucket_heap_create' from
incompatible pointer type
mod_gzip.c: In function `mod_gzip_register_hooks':
mod_gzip.c:4054: warning: passing arg 1 of `ap_hook_post_config' from
incompatible pointer type
mod_gzip.c:4151: `AP_FTYPE_CONTENT' undeclared (first use in this function)
mod_gzip.c:4151: (Each undeclared identifier is reported only once
mod_gzip.c:4151: for each function it appears in.)
mod_gzip.c:4151: too few arguments to function `ap_register_output_filter'
apxs:Error: Command failed with rc=65536
.
rzvcms:/opt/apache2/bin #
============================================