Actions
Feature #868
closedconfigure should warn when libz missing
Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
No
Description
I built lighttpd successfully on a box that didn't have the libz development package installed (zlib1g-dev on Debian Sarge), but when I went to use mod_compress it didn't compress anything, only displaying "Vary: Content-Encoding" but letting through uncompressed output.
The configure script should error out when building mod_compress if libz could not be found at build time. Additionally, mod_compress should issue a warning/error if libz cannot be found a run time.
-- david
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to wontfix
There is no runtime detection (either its linked or not), and compress does work with bz too so libz is not needed.
Actions
Also available in: Atom