Bug #767
closedmod_compress fails to compile on solaris8
Description
trying to get lighttpd compiled on a sun 0S 5.8 box, keeps dieing at mod_compress:
mod_compress.c: In function `deflate_file_to_buffer_bzip2':
mod_compress.c:285: warning: implicit declaration of function `BZ2_bzCompressInit'
mod_compress.c:294: error: structure has no member named `total_in_lo32'
mod_compress.c:295: error: structure has no member named `total_in_hi32'
mod_compress.c:301: error: structure has no member named `total_out_lo32'
mod_compress.c:302: error: structure has no member named `total_out_hi32'
mod_compress.c:304: warning: implicit declaration of function `BZ2_bzCompress'
mod_compress.c:305: warning: implicit declaration of function `BZ2_bzCompressEnd'
mod_compress.c:310: error: structure has no member named `total_out_hi32'
mod_compress.c:313: error: structure has no member named `total_out_lo32'
I have libpcre and libz (zlib) installed.
-- james.yoo
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Also available in: Atom