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

Re: Openldap installation problem



Michael Ströder wrote:
> Prentice Bisbal wrote:
>> Murat Uğur Eminoğlu wrote:
>>> checking for ndb_init in -lndbclient... no
>>> configure: error: could not locate ndbclient library
>> It looks you don't have the NDB libraries installed or the configure
>> script can't find them. I had the same problem on my RHEL 5-based system.
>>
>> If you don't specifically require NDB backend support, remove
>> "--enable-backends" from your configure command, and only list the ones
>> you plan on using. You are already specifying the bdb  with
>> "--enable-bdb". This is what I did.
> 
> One can also explicitly use --enable-ndb=no to only disable back-ndb.

Would this work, too?

./configure --enable-backends --disable-ndb

--
Prentice