Web Hosting Talk







View Full Version : Mod_gzip


Lmax
10-02-2001, 07:53 AM
Hi

I'm tryig to install mod_gzip. I used the precompiled version and tried to compile it myself. But when i restart httpd i get this error

Setting up Web Service: Syntax error on line 35 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_gzip.so into server: /usr/lib/apache/mod_gzip.so: undefined symbol: ap_regexec

Does anyone know what this means??

MCHost-Marc
10-02-2001, 07:58 AM
It seems like you're using an old out-of-date apache version that doesn't supports ''ap_regexec()'.

:cartman:

The Prohacker
10-02-2001, 12:17 PM
One of the better articles I've seen:
http://i4net.tv/marticle/get.php?action=getarticle&articleid=12


Pay attention to the end parts thats what will show you how to compile your version of mod_gzip for your apache specific requirements....


Thanks eva! :D

eva2000
10-02-2001, 10:13 PM
Originally posted by The Prohacker
One of the better articles I've seen:
http://i4net.tv/marticle/get.php?action=getarticle&articleid=12


Pay attention to the end parts thats what will show you how to compile your version of mod_gzip for your apache specific requirements....


Thanks eva! :D you're welcome :D