Click to See Complete Forum and Search --> : errors compiling apache2


Maskkkk
10-23-2004, 10:52 AM
I am trying to compile Apache2 from source on my Debian server.

When I run ./configure with the command....

./configure --prefix=/usr/local/apache2 --enable-so --enable-auth-digest --enable-rewrite --enable-setenvif --enable-mime --enable-deflate --enable-ssl --with-ssl=/usr/local --enable-headers


it gives me this error:

checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures

What libraries do I need?

Hayl
10-23-2004, 10:57 AM
post a few lines from above the error that you posted, it most likely tells you exactly what you are missing.

Maskkkk
10-23-2004, 11:03 AM
Yeah I'm missing zlib.

apt-get won't get my zlib....

sharth
10-23-2004, 03:36 PM
apt-get install zlib1g-dev