Hi,
I had to type these commands:
# wget http://download.oracle.com/berkeley-db/db-4.8.30.tar.gz # tar -xvzf db-4.8.30.tar.gz # cd db-4.8.30/build_unix/ # ../dist/configure -prefix=/usr/local # make # make install
# wget ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-stable/openldap-stable-20100719.tgz # tar -xvzf openldap-stable-20100719.tgz # cd openldap-* # ./configure # make depend # make # make install
As you can see, no special options. Regards,
Roberto
-----Messaggio originale----- Da: openldap-technical-bounces@OpenLDAP.org [mailto:openldap-technical-bounces@OpenLDAP.org] Per conto di Götz Reinicke - IT-Koordinator Inviato: martedì 23 novembre 2010 14.32 A: openldap-technical@openldap.org Oggetto: Re: R: how to compile recent openldap on Centos 5.5
He,
thanks for your answere, but where did you get your DB Version from and how do you compile it (special opions? ...)
cheers . Götz
Am 23.11.10 14:27, schrieb NUNIN Roberto:
Hello
I've tried the same activity on our Centos 55 OpenLDAP server boxes.
I'm not sure why and if I've done the right choice, but I've installed db-4.8.30. With this release and OpenLDAP 2.4.23 now I have a multimaster installation up and running. Sincerely, I had problems also trying to use db-5.0.something.
Hope this help you. Regards,
Roberto
-----Messaggio originale----- Da: openldap-technical-bounces@OpenLDAP.org [mailto:openldap-technical-bounces@OpenLDAP.org] Per conto di Götz Reinicke - IT-Koordinator Inviato: martedì 23 novembre 2010 14.04 A: openldap-technical@openldap.org Oggetto: how to compile recent openldap on Centos 5.5
Hello,
I tried to compile the Release 2.4.23 of openldap on my centos 5.5 server.
It fails with:
checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for Berkeley DB major version in db.h... 4 checking for Berkeley DB minor version in db.h... 3 checking if Berkeley DB version supported by BDB/HDB backends... no configure: error: BerkeleyDB version incompatible with BDB/HDB backends
I do have db4 installed:
db4-4.3.29-10.el5_5.2 db4-devel-4.3.29-10.el5_5.2 db4-utils-4.3.29-10.el5_5.2
What may I do wrong? Any sugesstions?
Thanks and regards . Götz