No, you need the shared library "apr_ldap-1.so" . Looks like the required package didn't get installed ! Check if "SUNWapu13-ldap" has been installed. $ pkginfo SUNWapu13-ldap
-- Seema. Rob wrote: > sorry, actually, it looks like apr_ldap-1.a is missing: > > ls -al /usr/apr-util/1.3/lib/apr-util-1/ > total 67 > drwxr-xr-x 2 root bin 6 2008-11-25 12:35 . > drwxr-xr-x 5 root bin 10 2008-11-25 12:35 .. > -r-xr-xr-x 1 root bin 16392 2008-11-25 12:35 apr_dbd_mysql.a > -r-xr-xr-x 1 root bin 17888 2008-11-25 12:35 apr_dbd_pgsql.a > -r-xr-xr-x 1 root bin 12508 2008-11-25 12:35 apr_dbd_sqlite3.a > -r-xr-xr-x 1 root bin 15788 2008-11-25 12:35 apr_ldap.a > > do you think it's safe create a apr_ldap-1.a symlink to the apr_ldap.a file? >