Hello,

I get bus errors with :

... [notice] child pid 12375 exit signal Bus Error (10)

when connecting apache-1.3.19 + mod_ssl-2.8.2 on Solaris 7.
There are no problems with shm/shmct cache types.

Here is the way I compiled Apache (gcc 2.95.2, Solaris 7):

cd mm-1.1.3; ./configure --disable-shared; make; make test; cd ..

cd openssl-0.9.6; ./config; make; make test; cd ..

cd mod_ssl-2.8.2-1.3.19; \
OPTIM="-O3 -fomit-frame-pointer" CFLAGS="-DUSE_PTHREAD_SERIALIZED_ACCEPT
-DHARD_SERVER_LIMIT=512" \
./configure --with-ssl=../openssl-0.9.6 --with-mm=../mm-1.3.1 \
--with-apache=../apache-1.3.19 --prefix=/opt/apache-1.3.19 \
--enable-module=mmap_static --enable-module=info --enable-module=define
\
--enable-module=expires --enable-module=rewrite --enable-module=proxy \
--enable-module=rewrite --enable-module=ssl --enable-shared=ssl \
--disable-rule=SSL_COMPAT --enable-rule=SSL_SDBM \
--enable-shared=mmap_static --enable-shared=cgi --enable-shared=dir \
--enable-shared=alias --enable-shared=env --enable-shared=negotiation \
--enable-shared=include --enable-shared=autoindex --enable-shared=asis \
--enable-shared=imap --enable-shared=userdir --enable-shared=actions \
--enable-shared=setenvif

cd apache-1.31.19; make
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to