https://issues.apache.org/bugzilla/show_bug.cgi?id=44639
--- Comment #12 from Rainer Jung <[EMAIL PROTECTED]> 2008-03-20 14:06:13 PST --- Two more ideas: One from sunsolve: does the ldap client configuration contain NS_LDAP_SERVER_PREF? Sun Bug ID seems to indicate a problem with that. The other from my own experience: Sun changed the interaction between libsldap and libldap in an incompatible way between Solaris 8 and 9. I assume you compile the httpd on Solaris 9? If you run pmap against the core, which ldap libraries get listed (libldap, libsldap), especially which versions of them? If you can see libldap.so.4, then that might be the reason for the crash. It should be libldap.so.5 (and of course no ldap libs from non syytem paths). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
