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

Re: Issue while starting "slapd"



On 10/16/06, Monica_Rana <Monica_Rana@infosys.com> wrote:

Hi All,

After successful installation of openldap 2.3.27 on Solaris 8, when i
try to start the ldap service, it throws the following error.

# ./slapd
ld.so.1: ./slapd: fatal: libdb-4.4.so: open failed: No such file or
directory
Killed

If anyone has any idea on what is causing this issue, please guide.



You have a few options- you can either set the LD_LIRBARY_PATH in your
startup script, or you can recompile with linker options that know how
to point at libdb.  ( ex: -Wl,-R/path/to/libdb  See you compiler's
documentation)