Hi,
I'm running apache-ssl (apache_1.3.34+ssl_1.57)
with php 4.4.2.
When I try to connect to ssl-secured service apache-ssl
thread dies
with this error (date and pid are example of course):
[Sat Mar 4 08:36:29 2006] [notice] child pid 12472 exit
signal
Segmentation fault (11)
This occurs without php support too. Previously I was
running
apache_1.3.33+ssl_1.55 + php 4.4.0 and everything was just
fine.
Also, the new httpsd binary seems to be linked against
libssl and
libcrypto libraries:
#ldd httpsd
libm.so.6 => /lib/libm.so.6 (0x4001b000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4003d000)
libgdbm.so.1 => /usr/lib/libgdbm.so.1
(0x4006a000)
libdl.so.2 => /lib/libdl.so.2 (0x40071000)
->> libssl.so.0.9.8 =>
/usr/local/ssl/lib/libssl.so.0.9.8 (0x40074000)
->> libcrypto.so.0.9.8 =>
/usr/local/ssl/lib/libcrypto.so.0.9.8
(0x400ae000)
libc.so.6 => /lib/libc.so.6 (0x401cf000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2
(0x40000000)
, but my previous httpsd(1.3.33) wasn't linked against
them:
#ldd installs/apache_1.3.33/src/httpsd
libcrypt.so.1 => /lib/libcrypt.so.1 (0x4001b000)
libpng.so.3 => /usr/local/lib/libpng.so.3
(0x40048000)
libz.so.1 => /usr/local/lib/libz.so.1
(0x40077000)
libresolv.so.2 => /lib/libresolv.so.2
(0x40089000)
libm.so.6 => /lib/libm.so.6 (0x4009b000)
libdl.so.2 => /lib/libdl.so.2 (0x400bd000)
libnsl.so.1 => /lib/libnsl.so.1 (0x400c0000)
libgdbm.so.1 => /usr/lib/libgdbm.so.1
(0x400d5000)
libc.so.6 => /lib/libc.so.6 (0x400db000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2
(0x40000000)
my system specs are:
gcc version 2.95.4 20011002 (Debian prerelease)
libc-2.3.2
OpenSSL 0.9.8a 11 Oct 2005
my config file hasn't changed since 1.3.33
what might be wrong ?
regards,
Włodek
------------------------------------------------------------
-----------------------
to unsubscribe, send a blank email to:
apache-ssl-unsubscribe lists.aldigital.co.uk
|