--- "Ralf S. Engelschall" <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 28, 1999, Rauznitz Balazs wrote:
> 
> > > 1. Don't intermix apachectl's startssl with a manual -DSSL 
> > >    option for httpd. Either use "apachectl startssl" _OR_
> > >    "httpd -DSSL" to start Apache.
> > 
> > Yeah, when I try httpd -DSSL it give a core dump.
> 
> What? Then something is totally broken on your local platform, I
> think.  I've
> never seen core dumps on startup the last months. 
> 
> > > 2. You should see a lot more entries in the ssl_engine_log
> > >    with "SSLLogLevel debug", of course.
> > 
> > I swear I have SSLLogLevel debug and LogLEvel debug and only the 4
> lines
> > in ssl_engine_log. And there is nothing written to error_log.
> 
> Hmmm... you say you get a core dump, then this is related to this. 
> Try to
> find out the location where it dumps core (look inside the mod_ssl
FAQ
> for
> details on how to do this).

Ok; I tried to recompile with debugging symbols and I see "-g -ggdb3"
while compiling but I still see "no debugging symbols found" while using
gdb.

Anyway, maybe I'm missing something very basic; I'll write the info I
have:

I run ./httpd -DSSL and get a coredump

Logfiles look like this:
error_log: No entry
ssl_engine_log:
[29/Mar/1999 19:27:57] [info]  Server: Apache/1.3.6, Interface:
mod_ssl/2.2.7, Library: OpenSSL/0.9.2b
[29/Mar/1999 19:27:57] [info]  Init: 1st startup round (still not
detached)
[29/Mar/1999 19:27:57] [info]  Init: Initializing OpenSSL library
[29/Mar/1999 19:27:57] [info]  Init: Loading certificate & private key
of SSL-aware server localhost.localdomain:8443

I use LogLevel debug at both places.

the backtrace gives:

Core was generated by `/napache/apache/bin/httpd -DSSL'.
Program terminated with signal 11, Segmentation fault.
find_solib: Can't read pathname for load map: Input/output error

#0  0x400b36b8 in ?? () from /lib/libc.so.6
(gdb) bt
#0  0x400b36b8 in ?? () from /lib/libc.so.6
#1  0x400b3661 in ?? () from /lib/libc.so.6
#2  0x8107dc4 in BIO_free ()
#3  0x8072d85 in ssl_pphrase_Handle ()
#4  0x806e98c in ssl_init_Module ()
#5  0x80c54f9 in ap_init_modules ()
#6  0x80cf235 in main ()

I have Linux 2.0.34

Thankx,

Balazs


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

______________________________________________________________________
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