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=29128>. 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=29128 Segmentation fault when configured with ldap ------- Additional Comments From [EMAIL PROTECTED] 2004-05-21 13:07 ------- Hi Paul, Thanks for responding. The configuration and compilation scenario that I described in comment 0 is from a totally virgin httpd compile e.g., tar xzvf /usr/portage/distfiles/httpd-2.0.49.tar.gz cd httpd-2.0.49 ./configure --prefix=/www --enable-ssl --enable-proxy \ --enable-mods-shared=all \ --with-ldap --enable-auth-ldap=shared --enable-ldap=shared make Following gives gives Segmentation fault: .libs/httpd -f ./docs/conf/httpd-std.conf -t The following give the expected results: .libs/httpd -f ./docs/conf/httpd-std.conf -v Server version: Apache/2.0.49 Server built: May 20 2004 12:50:03 and: .libs/httpd -f ./docs/conf/httpd-std.conf -l Compiled in modules: core.c prefork.c http_core.c mod_so.c If I replace the configure line with: ./configure --prefix=/www --enable-ssl --enable-proxy \ --enable-mods-shared=all and then do a make, then all 3 following commands give the desired output. .libs/httpd -f ./docs/conf/httpd-std.conf -l Compiled in modules: core.c prefork.c http_core.c mod_so.c .libs/httpd -f ./docs/conf/httpd-std.conf -v Server version: Apache/2.0.49 Server built: May 21 2004 09:03:21 .libs/httpd -f ./docs/conf/httpd-std.conf -t httpd: could not open document config file /www/docs/conf/httpd-std.conf (notice, how its not a segmentation fault) I am working on getting the gdb backtrace. In the meantime, hopefully you will be able to reproduce what I described. Hope this was helpful. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
