Antwort: [Mod_gzip] Compiling mod_gzip for Apache 2.x
Michael.Schroepl at telekurs.de
Michael.Schroepl at telekurs.de
Thu May 13 15:18:03 CEST 2004
Hi Etienne,
> We are in the process of moving from Apache 1.3.x to Apache 2.0x
> In order to get mod_gzip working on our Red Hat Advance Server 2.1
update 3 instances we did the following:
> Downloaded mod_gzip source
which version of mod_gzip are you trying to use with Apache 2.1?
> When starting the Apache server we get the following:
> Cannot load /opt/apache/servicenet/modules/mod_gzip.so into server:
> /opt/apache/servicenet/modules/mod_gzip.so: undefined symbol: deflate
> Is this something we did wrong when compiling the mod_gzip code?
Again: Which version?
Be aware that mod_gzip 1.3 would not run with Apache 2.x
(Apache API totally incompatible) while mod_gzip 2.0 doesn't
ship with its own gzipping routine but relies on the "zlib"
(including "deflate") being (properly) installed already.
Are you able to compile and run Apache 2.1 with mod_deflate
(which uses the same "zlib" code)? Do you need to tell the
compilation process where you installed "zlib" in this case?
Regards, Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/attachments/20040513/27187d0c/attachment.html
More information about the mod_gzip
mailing list