> DSO's are handy, and MM is definetely going to help performance a lot, but
> it shouldn't be necessary to avoid the core's. I'd still suggest trying to
> remove those three lines from ssl_engine_init.c first - just to see if it
> makes a difference.
Ok. I just recompiled from source to test this out. I can confirm that these 3
lines are the source of the problem.
I used an installed version of openssl-0.9.5a-2 and the following 2 source
packages:
apache-1.3.12
mod_ssl-2.6.5-1.3.12
simple install:
cd mod_ssl-2.6.5-1.3.12/
./configure --with-apache=../apache-1.3.12/
cd ../apache-1.3.12/
./configure --enable-module=ssl --prefix=/usr/local/apache-devel
make
make install
I did this once with the base ssl_engine_init.c and once w/ three lines
commented out. apachectl restart will dump core with base but works just fine
w/ modified ssl_engine_init.c file.
I imagine someone could test this with mm and dso's, but this is definitely the
source of my original problem.
Dana Powers
Software Engineer
Quicknet Technologies, Inc
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]