Hello, When I tried to configure OpenLDAP-2.4.11, I received the following error from "configure -with-tls -enable-ipv6"" Checking Berkeley DB version for BDB/HDB backends... no Configure error: BDB/HDB: BerkeleyDB version incompatible
When I used OpenLDAP-2.3.39 and ran configure with the same options, it finds the backends and all is well.
I have attached both "config.log" files.
<<config.2.4.11.log.log>> <<config.2-3.39.log.log>> Any help will be appreciated. Thanks, Phil Bellino
Phil Bellino Software Engineer MRV Communications, Inc. 295 Foster Street Littleton, MA. 01460 Phone: 978-952-4807 Fax: 978-952-5444 Email: pbellino@mrv.com http://www.mrv.com/
--On Monday, September 08, 2008 3:43 PM -0400 Philip Bellino pbellino@mrv.com wrote:
Hello,
When I tried to configure OpenLDAP-2.4.11, I received the following error from "configure –with-tls –enable-ipv6""
Checking Berkeley DB version for BDB/HDB backends… no
Configure error: BDB/HDB: BerkeleyDB version incompatible
When I used OpenLDAP-2.3.39 and ran configure with the same options, it finds the backends and all is well.
I have attached both "config.log" files.
<<config.2.4.11.log.log>> <<config.2-3.39.log.log>>
That's because OpenLDAP deliberately ignores BDB 4.3, which is what you are using:
ol_cv_bdb_major=4 ol_cv_bdb_minor=3
You must be building a hacked version of OpenLDAP 2.3.39 if it's accepting 4.3...
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Quanah, I just pulled down "openldap-2.3.43.tgz from www.openldap.org and ran "configure" and it did not error on the 4.3 backends. Attached is the "config.log" file.
Phil
-----Original Message----- From: Philip Bellino Sent: Tuesday, September 09, 2008 8:09 AM To: 'Quanah Gibson-Mount' Cc: 'openldap-software@openldap.org' Subject: RE: Problem with 2.4.11 configure
Quanah, Thank you for the response, but I am not running a hacked version of 2.3.39. It is "openldap-stable-20071118" that I pulled off of www.openldap.org back in March. As a safety check, I untar'd it again this morning and ran "./configure --with-tls --enable-ipv6", "make depend", "make", and "make install" with no problems at all.
I have attached it here.
Phil
-----Original Message----- From: Quanah Gibson-Mount [mailto:quanah@zimbra.com] Sent: Monday, September 08, 2008 10:06 PM To: Philip Bellino; openldap-software@openldap.org Subject: Re: Problem with 2.4.11 configure
--On Monday, September 08, 2008 3:43 PM -0400 Philip Bellino pbellino@mrv.com wrote:
Hello,
When I tried to configure OpenLDAP-2.4.11, I received the following error from "configure –with-tls –enable-ipv6""
Checking Berkeley DB version for BDB/HDB backends… no
Configure error: BDB/HDB: BerkeleyDB version incompatible
When I used OpenLDAP-2.3.39 and ran configure with the same options, it finds the backends and all is well.
I have attached both "config.log" files.
<<config.2.4.11.log.log>> <<config.2-3.39.log.log>>
That's because OpenLDAP deliberately ignores BDB 4.3, which is what you are using:
ol_cv_bdb_major=4 ol_cv_bdb_minor=3
You must be building a hacked version of OpenLDAP 2.3.39 if it's accepting 4.3...
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
--On Tuesday, September 09, 2008 8:24 AM -0400 Philip Bellino pbellino@mrv.com wrote:
Quanah, I just pulled down "openldap-2.3.43.tgz from www.openldap.org and ran "configure" and it did not error on the 4.3 backends. Attached is the "config.log" file.
Hm, I thought the restriction was added by 2.3.39, but in any case, don't build OpenLDAP against BDB 4.3, it's known to be flawed, and that's why the restriction exists. And that's why your OpenLDAP 2.4 build isn't working, because it is rejecting the presence of BDB 4.3.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-software@openldap.org