[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: BerkeleyDB version
make sure that you have BDB installed
from the http://research.imb.uq.edu.au/~l.rathbone/ldap/
ERRORS using configure on OpenLDAP
a.. checking for openssl/ssl.h... no
checking for ssl.h... no
configure: error: Could not locate TLS/SSL package
You have not installed OpenSSL properly or you did not set your
environmental variables correctly. The settings above
(CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib") assume
you have installed openSSL in /usr/local/ssl.
b.. checking for db.h... no
configure: error: BDB: BerkeleyDB not available
You have not installed BerkerleyDB properly or you did not set your
environmental variables correctly. The settings above
(CPPFLAGS="-I/usr/local/BerkeleyDB.4.1/include"
LDFLAGS="-L/usr/local/BerkeleyDB.4.1/lib") assume you have installed
BerkeleyDB in /usr/local/BerkeleyDB.4.1. Obviously this will need to be
changed to suit your BerkeleyDB version.
----- Original Message -----
From: "Manuel Vazquez" <manuel.vazquez@dreefs.de>
To: <openldap-software@OpenLDAP.org>
Sent: Friday, May 23, 2003 12:10 PM
Subject: BerkeleyDB version
> Hello list,
>
> at the moment I'm trying to install the newest stable release of OpenLDAP
> 2.1.17. Before that, I installed the newest version of the BerkeleyDB
> (4.1.2.5). I did this with standard settings. When I am trying to do
> ./configure openldap, it exits with :
>
> checking Berkeley DB version for BDB backend... no
> configure: error: BDB: BerkeleyDB version incompatible
>
> I found something in the archive, but nothing comprehensive. Would someone
> write down what to do?
>
> Thanks,
>
> Manuel
>