* 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx