[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: BerkeleyDB Version problems with HEAD
- To: Raf Meeusen <meeusen@acunia.com>
- Subject: Re: BerkeleyDB Version problems with HEAD
- From: Sam Johnston <samj@samj.net>
- Date: Mon, 04 Mar 2002 10:45:55 +1100
- Cc: openldap-devel@OpenLDAP.org
- References: <Pine.LNX.4.44.0203031611080.28839-100000@depost.leuven.intern.acunia.com>
- User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.8) Gecko/20020205
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