Sun Java System Directory Server Enterprise Edition 6.3 Troubleshooting Guide

Checking the Libraries

Get a list of all the dynamically loaded libraries to see which NSS/SSL and NSPR libraries are being loaded. To get the list of dynamically loaded libraries on Solaris Intel, Linux, or Windows, used the following command:


# cd install-path /ds6/lib; ldd ns-slapd

To get the list of dynamically loaded libraries on Solaris SPARC, Solaris AMD64 or HPUX, use the following command:


# cd install-path/ds6/lib/64;  ldd ns-slapd

The dynamically loaded libraries will be located in the following directory:


install-path/dsee6/private/lib

If you installed Directory Server using JES, verify that you have the correct libraries in the output of the pkginfo command.