* Melanie Pfefer wrote: 

> hi,
>
> ./configure --prefix=/usr/local/apache224
> --enable-deflate
>
> however, mod_deflate.so is missing.
>
> What should be done to have this library?

It's built statically. httpd -l should show you mod_deflate.c included.
If you want it built dynamically, use --enable-deflate=shared.

If it isn't built statically either, zlib (and/or zlib-dev) might be missing 
on your system.

nd

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to