OK, I recompiled with -g and have now got a backtrace:

   0 SSL_CTX_ctrl(0x0, 0x20, 0xfffff, 0x0, 0xc, 0x101a8768, 0x10208384, 0x1)
["/local/home/drees/temp2/openssl-0.9.5a/ssl/ssl_lib.c":860, 0x100ec950]
   1 ssl_init_ConfigureServer(s = 0x10207380, p = 0x101d58f8, sc =
0x10226140)
["/local/share/home/drees/temp/apache_1.3.12/src/modules/ssl/ssl_engine_init
.c":533, 0x1003537c]
   2 ssl_init_Module(s = 0x101d5920, p = 0x101d58f8)
["/local/share/home/drees/temp/apache_1.3.12/src/modules/ssl/ssl_engine_init
.c":298, 0x1003473c]
   3 ap_init_modules(p = 0x101d58f8, s = 0x101d5920)
["/local/share/home/drees/temp/apache_1.3.12/src/main/http_config.c":1568,
0x1007b788]
   4 standalone_main(argc = 1, argv = 0x7fff2f44)
["/local/share/home/drees/temp/apache_1.3.12/src/main/http_main.c":4719,
0x10081720]
   5 main(argc = 1, argv = 0x7fff2f44)
["/local/share/home/drees/temp/apache_1.3.12/src/main/http_main.c":5092,
0x100823bc]
   6 __start()
["/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M4/csu/crt1text.s":177,
0x1002aca8]

To reiterate, here's how I compiled and what I compiled with:

IRIX 6.5.3
Using cc
apache_1.3.12, mod_ssl-2.6.5, mm-1.1.3 and openssl-0.9.5a

Here's how I compiled apache this time:

cd mod_ssl-2.6.5-1.3.12
./configure --with-apache=../apache_1.3.12
cd ../apache_1.3.12
./configure --prefix=/local/share/home/drees --enable-module=ssl

It looks like the same issue others are seeing.  The only solution I've
found at this point is to compile mod_ssl as a DSO:

./configure --prefix=<your apache
home> --enable-module=ssl --enable-shared=ssl --enable-modules=most --enable
-shared=max

It Works For Me!(tm)  :-)

-Dave

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to