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 Anonymous over 18 years ago
Okay I was able to overcome my problem by setting the following env var:
CC='gcc -std=gnu99 -B/path/to/gnu/ld'
-- james.yoo
Updated by stbuehler almost 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
I guess there were some strange defines... but it doesn't look to me like it was lighttpds fault, so i close this as invalid.
If someone disagrees, just tell me how to really fix it ;-)
Also available in: Atom