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

Re: LDAP installation problem



On Mon, 2005-03-07 at 04:21, Cyril Largouet wrote:
> Hi everyone,
> 
> I'm a french newly user of NetBSD (and Linux systems...)
> I want to create a LDAP server in my company and all help I've found on the
> Internet has not permit me to succeed...
> I have buyed "LDAP" edited by O'Reilly and decided to go step by step like the
> book says.
> But my problem is that I can't install OPENLDAP because of my version of
> Database Manager (DB-4.3.27.NC). The book recommend to download the last version
> of each software (openssl (http://www.openssl.org), db
> (http://www.sleepycat.com/download/index.shtml), cyrus-sasl
> (ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/) and openldap
> (http://www.openldap.org/software/download/)) and I did it.
> I tried 3 different versions of Database Manager but always the same message
> "Version incompatible".

Hi Cyril,

Assuming that you have built Berkeley DB 4.3.27 and OpenSSL try running these two lines before you OpenLDAP configure:

	# export CPPFLAGS="-I/usr/local/BerkeleyDB.4.3/include -I/usr/local/ssl/include"
	# export LDFLAGS="-L/usr/local/BerkeleyDB.4.3/lib -L/usr/local/ssl/lib"

Make sure the pathes match yours.

I would recommend you to use BDB 4.2.52. Read posts from Quanah regarding that matter.

Sam

Attachment: signature.asc
Description: This is a digitally signed message part