[Mod_gzip] [compilation problem] apache&mod_gzip
phil
mod_gzip@lists.over.net
Tue, 11 Mar 2003 03:12:16 +0100
hi,
i have follow this install guide :
http://www.schroepl.net/projekte/mod_gzip/install.htm
and i get this error msg when i compile apache :
<=== src/modules/php4
===> src/modules/gzip
make: don't know how to make libgzip.. Stop in
/home/phil/install/web/compilation/apache/src/modules/gzip.
*** Error code 1
Stop in /home/phil/install/web/compilation/apache/src/modules (line 73 of
Makefile).
*** Error code 1
Stop in /home/phil/install/web/compilation/apache/src (line 153 of
Makefile).
*** Error code 1
Stop in /home/phil/install/web/compilation/apache (line 202 of ./Makefile).
*** Error code 1
Stop in /home/phil/install/web/compilation/apache (line 184 of Makefile).
apache configure option :
./configure \
--prefix=/var/www \
--activate-module=src/modules/php4/libphp4.a \
--activate-module=src/modules/gzip/mod_gzip.a \
--enable-shared=gzip \
--enable-module=rewrite \
--enable-module=ssl
anybody can help me ?