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: [email protected] [mailto:[email protected]] Per conto di Götz Reinicke - IT-Koordinator Inviato: martedì 23 novembre 2010 14.32 A: [email protected] 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: [email protected] > [mailto:[email protected]] Per conto di Götz Reinicke - > IT-Koordinator > Inviato: martedì 23 novembre 2010 14.04 > A: [email protected] > 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 -- Götz Reinicke IT-Koordinator Tel. +49 7141 969 420 Fax +49 7141 969 55 420 E-Mail [email protected] Filmakademie Baden-Württemberg GmbH Akademiehof 10 71638 Ludwigsburg www.filmakademie.de Eintragung Amtsgericht Stuttgart HRB 205016 Vorsitzende des Aufsichtsrats: Prof. Dr. Claudia Hübner Geschäftsführer: Prof. Thomas Schadt Questo messaggio e' indirizzato esclusivamente al destinatario indicato e potrebbe contenere informazioni confidenziali, riservate o proprietarie. Qualora la presente venisse ricevuta per errore, si prega di segnalarlo immediatamente al mittente, cancellando l'originale e ogni sua copia e distruggendo eventuali copie cartacee. Ogni altro uso e' strettamente proibito e potrebbe essere fonte di violazione di legge. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately, deleting the original and all copies and destroying any hard copies. Any other use is strictly prohibited and may be unlawful.
