LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Openldap issue. (https://www.linuxquestions.org/questions/linux-software-2/openldap-issue-769892/)

mplike 11-18-2009 03:56 AM

Openldap issue.
 
While trying to install openldap, I get the following message.


checking for db.h... yes
checking for Berkeley DB major version... 4
checking for Berkeley DB minor version... 3
checking for Berkeley DB link (-ldb43)... no
checking for Berkeley DB link (-ldb-43)... no
checking for Berkeley DB link (-ldb-4.3)... yes
checking for Berkeley DB version match... yes
checking for Berkeley DB thread support... yes
checking Berkeley DB version for BDB/HDB backends... yes

In above context what does "checking for Berkeley DB link (-ldb43)... no
checking for Berkeley DB link (-ldb-43)... no" mean? is ldb43 link not present? How do I link it?

I s this normal.

acid_kewpie 11-18-2009 04:28 AM

it's just trying to cover for naming convention subtleties, it found it as db-4.3, so it's all fine.

druuna 11-18-2009 04:29 AM

Hi,

That looks normal.

There seem to be multiple ways of naming the link, openldap checks all and finds one that seems to be present. These are informational messages, if something was actually wrong you would see a 'real' error message.

You do not mention this, but I assume that all is running as expected even though you see the messages.

Hope this helps.


All times are GMT -5. The time now is 07:33 AM.