Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2006 09:58:38 +0100
From:      Adrian Schlegel <fbq@malleus.ch>
To:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   apache20 with mod_ssl segfaults
Message-ID:  <20060113085838.GS10690@scorpion.malleus.ch>

next in thread | raw e-mail | index | archive | help
Hi,

After (re)installing apache-2.0.55_2 from the ports tree, it segfaults when
trying to start it with SSL. I installed as follows:
cd /usr/ports/www/apache20
make WITH_SSL_MODULES=yes build 
make deinstall && make WITH_SSL_MODULES=yes reinstall
apachectl stop && apachectl startssl

output in /var/log/messages:
pid 50069 (httpd), uid 0: exited on signal 11 (core dumped)

output from gdb:
#0  0x281a4e57 in X509_NAME_set () from /lib/libcrypto.so.3

System: FreeBSD 5.3-RELEASE-p2 i386

Starting it without SSL works fine.

Any help appreciated.

Thanks 
Adrian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060113085838.GS10690>