> 
>       I tryed this and it worked but when trying to run the server it
> segfaulted.
> 
>       Then i did ranlib on libssl.a and libcrypto.a and repeated the whole
> process again. Once again it segfaulted with this message:
> 
> 
> -- neptuno:/usr/local/apache/bin# ./apachectl startssl
> ./apachectl: line 184: 10877 Segmentation fault      $HTTPD -DSSL
> ./apachectl startssl: httpd could not be started
> 
>       If I try to launch it without ssl it works. I can get a backtrace if
> necessary, as long as someone explains how can i force a core dump and
> then how do i load it into gdb.
> 


What OS are you running under ?  There should be a core file
/usr/local/apache/bin (or in /usr/local/apache/sbin depending on where
your httpd lives).  Check the log files first.  

   prompt% cd /usr/local/apache
   prompt% ls -lt logs
   
and then do a tail -f on the files that are timestamped to near when
you got the error.  Mostly should be erro_log, ssl_error_log and
ssl_engine_log that you would have to look at.

To get loaded into gdb (assuming you are in /usr/local/apache

   gdb bin/httpd -c bin/core 

should do the trick for you.



mehul
-- 
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to