DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42556>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42556 ------- Additional Comments From [EMAIL PROTECTED] 2007-06-05 13:08 ------- (In reply to comment #11) > > It is not linked against Sun's LDAP libraries. I see. Maybe thats the problem :-). Seriously, I think SUN's LDAP libaries get loaded by the nss_ldap libraries (try ldd nss_ldap) because nss_ldap gets loaded via dlopen by the nss library which tries to resolve the groupnames as configured in nsswitch.conf via ldap. Furthermore it seems that Openldap and SUN's ldap libaries on Solaris 9 clash together. So I fear that this combination does not work. So currently I see only two approaches to solve this: 1. As it works with Solaris 8 / 10 (comment #7), there might be a patch for Solaris 9 to solve this. So you would need to try your luck with SUN's bug database. 2. You try to get httpd's / apr-util's ldap support working with SUN's ldap libraries. > (gdb) thread apply all bt full > > Thread 1 (process 79704 ): > #0 0xfea95c7c in ldap_get_lderrno () from /usr/lib/libldap.so.5 > No symbol table info available. > #1 0xfeab33a8 in ldapssl_install_routines () from /usr/lib/libldap.so.5 > No symbol table info available. > #2 0xfeab2dbc in ldapssl_init () from /usr/lib/libldap.so.5 > No symbol table info available. > It really stops after 3 levels? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
