Full_Name: Gary Barrueto
Version: 2.3.4-1.3.6
OS: Solaris 2.6
Submission from: (NULL) (209.185.98.79)


Hiyas.. 
I've compiled mod_ssl 2.3.4-1.3.6 + apache 1.3.6 on a solaris 2.6
with gcc 2.7.2.3.

The source compiles without any types of warnings. Here are the command
lines I give it to compile:

export PATH=/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/bin/X11:/usr/ccs/bin

cd mm-1.0.6
./configure --disable-shared
make
make test

cd ../openssl-0.9.3a
./config -D__BIT_TYPES_DEFINED__
make
make test

cd ../mod_ssl-2.3.3-1.3.6
./configure  --with-apache=../apache_1.3.6 --with-ssl-../openssl-0.9.3a
--with-mm=../mm-1.0.6

LDFLAGS="-s" SSL_BASE="../openssl-0.9.3a" OPTIM="-D__BIT_TYPES_DEFINED__" \
./configure --enable-shared=remain \
        --enable-module=most \
        --enable-module=ssl \
        --enable-module=auth_db \
        --disable-module=auth_dbm \
        --prefix=/usr/local/apache-gb

I've tried removing mm, also tried adding --enable-rule=SSL_SDBM but the same
things happens..

What happens is netscape reports a network IO error and doesn't load the page.
But it will transfer the SSL cert before that just fine.. 

Here's what is in the error_log

[Mon Jun 21 15:12:02 1999] [notice] child pid 8216 exit signal Segmentation
Fault (11)


The "make test" come out saing OK for both openssl and mm.. Any idea??

I've also tried compiling it on a 2.6 solaris and 2.7 solaris with gcc 2.8.1
and the same thing happens to both.. I have to remove the
-D__BIT_TYPES_DEFINED__
so it would compile fine under 2.8.1... 

Thanks!.. 

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

Reply via email to