mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #14276] Bzip2 support


From: spiralvoice
Subject: [Mldonkey-bugs] [bug #14276] Bzip2 support
Date: Thu, 25 Aug 2005 11:05:49 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.7.10) Gecko/20050721 Firefox/1.0.6 (pigfoot)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]