Hi,
I failed to install OpenLDAP on my Solaris 10 due to BDB/HDB dependencies. I have installed BarkleyDB 4.5 at /usr/local/BarkleyDB4.5/.
I want to install OpenLDAP without BDB/HDB on my Solaris 10.
Pls help me.
Rgds,
JAMI
--------------------------------- Never miss a thing. Make Yahoo your homepage.
Correct me if I am wrong, but you could also run ldd or dump to see if bdb or hdb are referenced libraries. - Randall Svancara Systems Administrator 509-335-7093
On Thu, 2008-01-17 at 08:44 -0500, Aaron Richton wrote:
I want to install OpenLDAP without BDB/HDB on my Solaris 10.
You should be able to to configure --disable-bdb --disable-hdb. In a quick test, "db.h" didn't show up in a config.log after running that, so I think it does what you want.
openldap-software@openldap.org