[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: OT: Cyrus SASL2 fail to build with Berkeley DB 4.1



>>>>> "Mike" == Mike O'Rourke <mjoop@curia.op.org> writes:

    Mike> If I am not mistaken, you need at least SASL-2.1.8 to use
    Mike> BerkeleyDB 4.1. Please see:
    Mike> http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-sasl&searchterm=db4.1&msg=2710
    Mike> at the Cyrus SASL site.

I've tried the cyrus-sasl2 v2.1.10 Debian GNU/Linux package, and
that give the same problem... Can't use that anyway (not without
major (?) alterations - it builds against heimdal).

----- s n i p -----
checking for db.h... yes
checking for db_create in -ldb-4.1... no
checking for db_create in -ldb4.1... no
checking for db_create in -ldb-4.0... no
checking for db_create in -ldb4.0... no
checking for db_create in -ldb-4... no
checking for db_create in -ldb4... no
checking for db_create in -ldb-3.3... no
checking for db_create in -ldb3.3... no
checking for db_create in -ldb-3.2... no
checking for db_create in -ldb3.2... no
checking for db_create in -ldb-3.1... no
checking for db_create in -ldb3.1... no
checking for db_create in -ldb-3... yes
checking DB library to use... berkeley
----- s n i p -----

Although the db_berkeley.c compiles in this version... I'll see if I can
update the cyrus-sasl2-mit package. Thanx for the help.