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.
Regards, Monica Rana
**************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
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)
http://www.openldap.org/lists/openldap-software/200405/msg00059.html
in short, LDFLAGS='-Lfoo -Rfoo" for all "foo"; see INSTALL for details on setting autoconf variables like LDFLAGS.
You probably shouldn't write openssl-users on a post that doesn't contain the string "ssl" in it...
On Mon, 16 Oct 2006, Monica_Rana wrote:
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.
Regards, Monica Rana
Hi monica,
Plz go through the prequistes for openldap.If you r using bdb as the backend u have to downlaod it from sleepycat . First u have to configure Berkely Db and then plz go through ./configure --help for configuration options for Ldap.Configure with the --enable BDB support. This should do.
Thanks, Abdul.
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.
Regards, Monica Rana **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***
--On Monday, October 16, 2006 10:16 PM +0530 Syed Khader syedk@google.com wrote:
Hi monica,
Plz go through the prequistes for openldap.If you r using bdb as the backend u have to downlaod it from sleepycat . First u have to configure Berkely Db and then plz go through ./configure --help for configuration options for Ldap.Configure with the --enable BDB support. This should do.
The message she received would indicate she already had downloaded BDB, and that slapd had compiled against it. Therefore your advice doesn't really help any.
--Quanah
-- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html
openldap-software@openldap.org