[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: problem with ./configure
I looked a little harder into things and realized that if I add:
--enable-ldbm=no --enable-slapd=no
That I was able to get through the configure. Now it is my understanding I
have now stated that I do not want to compile the openldap server. Correct
me if I am mistaken, but I don't think this is a problem considering that I
only need the OpenLDAP client to get courier-IMAP compiled. Am I correct?
I was going to use IBM's LDAP server, am I going to have any problems?
Sam
-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Sam Carleton
Sent: Wednesday, June 27, 2001 12:58 PM
To: OpenLDAP-Software@OpenLDAP.org
Subject: problem with ./configure
I am having problems running ./configure. I think it MIGHT be a problem of
gdbm issue. I am trying to compile OpenLDAP on a Sun UltraSPARC 10. I have
installed Sun's distribution of gdbm which resides in /usr/local. I am
running ./configure with these options:
./configure \
--includedir=/usr/local/include \
--libdir=/usr/local/lib
And this is the last few lines before it fails:
checking for db.h... no
checking for MDBM library... checking for mdbm_set_chain... no
checking for mdbm_set_chain in -lmdbm... no
no
checking for mdbm.h... no
checking for db... no
checking for GDBM library... checking for gdbm_open... no
checking for gdbm_open in -lgdbm... yes
-lgdbm
checking for gdbm.h... no
checking for db... no
configure: warning: could not find suitable LDBM backend
configure: error: select appropriate LDBM options or disable