Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Build failure in lighttpd. : (2 Items)
   
Build failure in lighttpd.  
In my attempt to find the correct web server I decided to try lighttpd.

The build failed a dependency check for BZ2_bzCompress.

checking for bzip2 support... yes
checking for BZ2_bzCompress in -lbz2... no
configure: error: bzip2-headers and/or libs where not found, install them or bui                             ld with --
without-bzip2
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/www/lighttpd
WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package Makefile                             .
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Make                             file.
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/www/lighttpd

Greg
Re: Build failure in lighttpd.  
One solution:

Adding the following line to the make file allowed the compile to complete.

CONFIGURE_ARGS+=        --without-bzip2