On Mon, 2008-11-24 at 10:33 -0500, Minson, John M Mr ARMY GUEST wrote: > If I attempt to use ldaps I get > > [Mon Nov 24 10:19:07 2008] [debug] mod_authnz_ldap.c(582): [client > 150.125.168.140] ldap authorize: Creating LDAP req structure > [Mon Nov 24 10:19:15 2008] [notice] child pid 26129 exit signal > Segmentation fault (11), possible coredump in /usr/local/httpd > > Works fine in non-secure mode > > Any ideas on what I can do get some more info on whats going on ? > > --------------------------------------------------------------------- > 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 > Output of these commands please: ldd /path/to/sbin/httpd ldd /path/to/mod_ssl.so ldd /path/to/mod_*ldap*.so You almost certainly have httpd/mod_ssl linked to one OpenSSL library, and mod_{,authnz_}ldap linked to another. Those commands should demonstrate that. The solution is to rebuild/reinstall apache. Tom --------------------------------------------------------------------- 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