Antwort: [Mod_gzip] [compilation problem] apache&mod_gzip

mod_gzip@lists.over.net mod_gzip@lists.over.net
Fri, 14 Mar 2003 07:48:20 +0200


Hi Phil,


> i have follow this install guide :
> http://www.schroepl.net/projekte/mod_gzip/install.htm

nope. You seem to have tried two things at a time,
only one of which is covered by my description right now.

Our "Makefile.tmpl" doesn't explicitly support the way
of building you want ... and I am not a Makefile expert
to fix this.

> ./configure \
> ...
> --enable-shared=gzip \

This line is the thing I didn't cover.

I have never used "--enable-shared" ... a short glance
into the INSTALL description of Apache seems to tell me
that this one would make "configure" create a DSO for
this module, not embed it into the httpd binary (which
my description is about).

What happens if you simply remove this line?

Regards, Michael