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

Re: BerkeleyDB Version problems with HEAD



You mean this one:

OpenLDAP Devel README
       This software was obtained from the development branch (HEAD) of
       the OpenLDAP Software Repository.  This copy is likely already
       not current, the development branch changes frequently.  These
       changes include code implementing experimental features and
       unproven bug fixes.  Please do NOT redistribute copies of the
       development branch.

       The OpenLDAP Developer's FAQ is available at:
               http://www.openldap.org/faq/index.cgi?file=4

       Client developers seeking a suitable development platform
       should use "release" or "stable" versions.
               http://www.openldap.org/software/

---
$OpenLDAP: pkg/ldap/README,v 1.34 2001/09/28 19:22:00 kurt Exp $

- samj

Raf Meeusen wrote:

You now need the db4 versions of all db-files. It has changed since the 2.0.x. It should also be written really clearly in the README file that comes with HEAD.

Raf

On Mon, 4 Mar 2002, Sam Johnston wrote:

Hello all,

I'm having problems compiling HEAD:

checking for db.h... yes
checking for Berkeley DB link (default)... no
checking for Berkeley DB link (-ldb4)... no
checking for Berkeley DB link (-ldb)... yes
checking for Berkeley DB thread support... yes
checking Berkeley DB version for BDB backend... no
configure: error: BDB: BerkeleyDB version incompatible

I've tried debian's libdb3-dev 3.2.9-14, and have hand compiled 3.2.9 and
4.0.14 but without success.

Suggestions?

- samj