This is a discussion on Apache compilation & mod_gzip within the Apache Web Server forums, part of the Web Server and Related Forums category; I've got a problem with the compilation of Apache 1.3.28 and mod_gzip 1.3.26.1a The ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've got a problem with the compilation of Apache 1.3.28 and mod_gzip
1.3.26.1a The problem is that when I compile it, using : ../configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a --enable-suexec --suexec-caller=nobody --suexec-userdir=www --suexec-docroot=/home --suexec-logfile=/usr/local/apache/logs/cgi.log --suexec-uidmin=99 --suexec-gidmin=99 --suexec-safepath=/usr/local/bin:/usr/bin:/bin --enable-module=so --enable-module=rewrite --add-module=src/modules/extra/mod_gzip.c --enable-module=ssl --enable-module=vhost_alias --add-module=src/modules/extra/mod_bandwidth.c and make : The endding compilation : httpd fails : modules/extra/libextra.a(mod_gzip.o): In function `mod_gzip_encode_and_transmit': mod_gzip.o(.text+0x5968): undefined reference to `gzp_main' modules/extra/libextra.a(mod_gzip.o): In function `mod_gzip_compress_file': mod_gzip.o(.text+0x62a7): undefined reference to `gzp_main' collect2: ld returned 1 exit status DUE TO : mod_gzip How can I solve this problem ??? Thank you... Florent |