[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: openLdap2.3.17 + BDB 4.4
- To: Eudes LEDUCQ <LEDUCQ@hec.fr>
- Subject: Re: openLdap2.3.17 + BDB 4.4
- From: matthew sporleder <msporleder@gmail.com>
- Date: Fri, 13 Jan 2006 10:23:50 -0500
- Cc: openldap-software@OpenLDAP.org
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ooEYjbz/bCHzNM41N0LfQzLK2ibQxxyPH2YU6JKabrzJqnOo1oasr4faWdIpKf06cNy1DI7Vd1HndaUM0d/RPa9D9AW7j6iTZ4fl//TlHGZ4VU/4KkbBmU9CfLPaf/1zLlV9ulc9QARZ7w1w1KZ1dJyPiY3KN6JebaOQB8YfFp4=
- In-reply-to: <s3c7bc0c.013@MI151.HEC.FR>
- References: <s3c7bc0c.013@MI151.HEC.FR>
It might be finding the wrong db.h to match the version string. (the
old one might be in the path before the 4.4 one, etc)
On 1/13/06, Eudes LEDUCQ <LEDUCQ@hec.fr> wrote:
> Hi,
>
> I'm not able to compile openLdap2.3.17 with berkely database4.4.
>
> What i do:
> env CPPFLAGS="-I/usr/local/Berkeley4.4/include
> -I/usr/local/openssl-0.9.7i/include"
> LDFLAGS="-R/usr/local/Berkeley4.4/lib -R/usr/local/openssl-0.9.7i/lib
> -L/usr/local/Berkeley4.4/lib -L/usr/local/openssl-0.9.7i/bin"
> ./configure --prefix=/usr/local/openLdap2.3.17/ --enable-bdb
> --enable-ldap --enable-meta --enable-crypt --without-cyrus-sasl
> --enable-ipv6=no --enable-slapd --enable-overlays
>
> The error:
>
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for Berkeley DB major version... 4
> checking for Berkeley DB minor version... 4
> checking for Berkeley DB link (-ldb44)... no
> checking for Berkeley DB link (-ldb-44)... no
> checking for Berkeley DB link (-ldb-4.4)... yes
> checking for Berkeley DB version match... no
> configure: error: Berkeley DB version mismatch
>
> Nota: I have installed before Berkeley database 4.2 + path
>
> thx
>
>
>