Project

General

Profile

Actions

Feature #868

closed

configure should warn when libz missing

Added by Anonymous over 18 years ago. Updated about 1 year ago.

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

Actions #1

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 #2

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Wontfix
Actions #3

Updated by gstrauss about 1 year ago

  • Description updated (diff)
  • Status changed from Wontfix to Fixed
  • ASK QUESTIONS IN Forums set to No

Fixed in lighttpd 1.4.25 (released back in 2009) in commit 1181dad6

Actions

Also available in: Atom