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=42682>. 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=42682 Summary: Apache child terminates with signal 11 when using Sun LDAP with SSL Product: Apache httpd-2 Version: 2.2.4 Platform: Sun OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: mod_authn_ldap AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Solaris 10. Apache 2.2.4. Apache is built with the native Sun LDAP libs in /usr/lib and /usr/include Apache is built without SSL! Conflicting SSL libs cannot be the point. At the beginning Apache log says: [info] APR LDAP: Built with Sun Microsystems Inc. LDAP SDK [info] LDAP: SSL support available Without SSL the LDAP authorization is fine. Using SSL an Apache child is killed, exactely when calling the ldap function ldap_simple_bind_s (context: uldap_connection_open, in: modules/ldap/util_ldap.c) Row 390 or so... I have put a lot of debug lines in that file. Apache log: [notice] child pid 25209 exit signal Segmentation fault (11) I have changed the the source code to use the function ldap_bind_s, but the error is the same. Any ideas? -- 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]
