Update of bug #14276 (project mldonkey):
Status: None => In Progress
_______________________________________________________
Follow-up Comment #5:
Two things are needed for MLDonkey to use bzip2:
AC_CHECK_LIB(bz2,BZ2_bzReadOpen,[AC_CHECK_HEADERS(bzlib.h,[BZIP2=yes],)])
First configure checks if libbz2.so is present on your system
(AC_CHECK_LIB(bz2,BZ2_bzReadOpen)), not libbz2.so.1.0, then
bzlib.h is checked for presence (AC_CHECK_HEADERS(bzlib.h)).
I bet you don“t have this file in /usr/include.
Searching through the Debian package base made it clear what is
wrong on your system, you are lacking the package libbz2-dev:
http://packages.debian.org/stable/libdevel/libbz2-dev
This package has both files, also it has libbz2.a, which is
needed to build a static MLDonkey core with bz2 built-in.
I will change the order of the checks, so bzlib.h is checked
first, this would have made it clearer for you what is missing on
your system.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14276>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs