I installed apache2.2.16 again: ./configure --prefix=/usr2/apache2.2.16a \ --with-included-apr \ --enable-rule=SHARED_CORE \ --enable-rewrite=shared \ --enable-ssl=shared \ --with-ssl=/usr/local/ssl \ --with-ldap \ --with-ldap-include=/usr/local/include \ --with-ldap-lib=/usr/local/lib \ --enable-ldap=shared \ --enable-authnz-ldap=shared This time I get: v02216@root# pldd -F 20904 20904: /usr2/apache2.2.16a/bin/httpd -k start /lib/libm.so.2 /usr2/apache2.2.16a/lib/libaprutil-1.so.0.3.9 /usr/sfw/lib/libexpat.so.1.5.2 /usr2/apache2.2.16a/lib/libapr-1.so.0.4.2 /lib/libuuid.so.1 /lib/libsendfile.so.1 /lib/librt.so.1 /lib/libsocket.so.1 /lib/libnsl.so.1 /lib/libpthread.so.1 /lib/libc.so.1 /usr/sfw/lib/libgcc_s.so.1 /lib/libaio.so.1 /lib/libmd.so.1 /platform/sun4u-us3/lib/libc_psr.so.1 /lib/libresolv.so.2 /lib/libgen.so.1 /platform/sun4u/lib/libmd_psr.so.1 /lib/libscf.so.1 /lib/libdoor.so.1 /lib/libuutil.so.1 /lib/libmp.so.2 /usr2/apache2.2.16a/modules/mod_rewrite.so /usr2/apache2.2.16a/modules/mod_authnz_ldap.so /usr/local/lib/libldapssl30.so /usr/local/lib/liblber-2.4.so.2.5.5 /usr/local/lib/libgcc_s.so.1 /lib/libthread.so.1 /lib/libdl.so.1 /usr2/apache2.2.16a/modules/mod_ldap.so So ldap is LDAP is loaded from /usr/local/ which is the correct directory. but still getting the same error. --- On Sun, 8/8/10, Joost de Heer <joost@xxxxxxxxxxxxxxxxx> wrote: > From: Joost de Heer <joost@xxxxxxxxxxxxxxxxx> > Subject: Re: Apache2.2.16 LDAP authentication error > To: users@xxxxxxxxxxxxxxxx > Date: Sunday, August 8, 2010, 4:55 PM > > /usr/lib/libldap.so.5 > > >> further information.I used > openldap-2.4.22-sol10-sparc-local > >> package. > > The -local packages install in /usr/local, as far as I > know. So a different LDAP library is loaded. > > Joost > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more > info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx