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

RE: Configure OpenLDAP 2.2.19 with Berkeley 4.3.21 on Solaris




On Tue, 14 Dec 2004, Reinhard Nappert wrote:

The Berkeley 4.3 seems to be the issue (at least, how I built it on my
Solaris 8 environment).

I remember now, Berkeley 4.3 does not build properly (it does not create a self-contain lib). You can fix Berkely build or build OpenLDAP with following:


... \
LIBS=-lrt \
./configure ....

-Igor

PS.  Please read the archives for issues with running Berkeley 4.3.21.

I built and installed  4.2.52 and configure, make depend and make are
fine.

Does anyone have experience with Berkeley 4.3.x? Although I am fine for
now, I would be interested why Berkeley 4.3 didn't work.



Thanks
-Reinhard

-----Original Message-----
From: Tony Earnshaw [mailto:tonye@billy.demon.nl]
Sent: Tuesday, December 14, 2004 2:58 PM
To: Reinhard Nappert
Cc: openldap-software@openldap.org
Subject: Re: Configure OpenLDAP 2.2.19 with Berkeley 4.3.21 on Solaris
Importance: Low

Reinhard Nappert skreiv:

[...]

I built Berkeley 4.3.21 and installed it in /usr/local/BerkeleyDB. I
added "/usr/local/BerkeleyDB" to my LD_LIBRARY_PATH environment. Now,
I want to configure OpenLDAP.

I use the following command:


env CPPFLAGS=-I/usr/local/BerkeleyDB/include \ LDFLAGS=-L/usr/local/BerkeleyDB/lib \ ./configure --prefix=/opt/openldap --with-ldbm-api=berkeley

[...]

I have seen many posts with similar messages, but none of the
suggestions did solve my issue. Any help is very much appreciated.

Well, I suggest that you at the very least state which OS and distro/version you use. Bottom line: "It Works For Me On Red Hat RHAS3", but then I also do other things on RHAS3 than you state you have done to get it to work.

--Tonni

--
mail: tonye@billy.demon.nl
http://www.billy.demon.nl






-- Igor