From:             [EMAIL PROTECTED]
Operating system: Linux 2.4.16
PHP version:      4.0CVS-2002-04-07
PHP Bug Type:     Reproducible crash
Bug description:  apache 2.0.35 crashes with php 4.2.0RC2 and RC3

Hi,

after a couple of days I successfully compiled php 4.2.0RC2 and RC3 on
apache 2.0.35 and .36-dev. Unfortunately apache crashes immediately after
being started without any message in any logfile. When I take the
LoadModule directive out of the configfile apache runs fine. I spoke
already to several other people and they just had the same problems. Also
I tried to latest cvs snapshots of both of them but the result is still
the same. I configured apache like this:

./configure --enable-layout=Apache --with-port=80 --enable-auth
--enable-access --enable-charset-lite --enable-cache --enable-disk-cache
--enable-mem-cache --enable-example --enable-mime-magic --enable-cern-meta
--enable-expires --enable-headers --enable-usertrack --enable-unique-id
--enable-setenvif --with-mpm=worker --enable-http --enable-vhost-alias
--enable-rewrite --enable-so --enable-userdir

And my ./configure for php was:
./configure --with-png-dir --with-tiff-dir=/usr/local/lib --with-ttf
--enable-bcmath --enable-url-includes --with-gd=/usr/local --with-jpeg-dir
--with-zlib --with-mysql --enable-memory-limit --enable-sysvsem
--enable-sysvshm --enable-trans-sid --with-pdflib --enable-ftp
--enable-sockets --enable-magic-quotes --enable-track-vars
--with-apxs2=/usr/local/apache2/bin/apxs --enable-versioning --with-xml
--enable-calendar --with-inline-optimization --with-mcrypt
--with-mhash=/usr/local/lib

"ldd libphp4.so":
diebels:/usr/local/apache2/modules# ldd libphp4.so
        libpdf.so.1 => /usr/local/lib/libpdf.so.1 (0x401ac000)
        libtiff.so.3 => /usr/local/lib/libtiff.so.3 (0x4023b000)
        libpng.so.3 => /usr/local/lib/libpng.so.3 (0x4027b000)
        libmhash.so.2 => /usr/local/lib/libmhash.so.2 (0x402b1000)
        libmcrypt.so.4 => /usr/local/lib/libmcrypt.so.4 (0x402d5000)
        libltdl.so.3 => /usr/local/lib/libltdl.so.3 (0x402db000)
        libttf.so.2 => /usr/local/lib/libttf.so.2 (0x402e2000)
        libjpeg.so.62 => /usr/local/lib/libjpeg.so.62 (0x40308000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40326000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40353000)
        libm.so.6 => /lib/libm.so.6 (0x40364000)
        libdl.so.2 => /lib/libdl.so.2 (0x40386000)
        libc.so.6 => /lib/libc.so.6 (0x4038a000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
diebels:/usr/local/apache2/modules#

The tools like autoconf,libtool and so on are the recent ones:
libtool: ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)

autoconf: autoconf (GNU Autoconf) 2.53

automake: automake (GNU automake) 1.4-p4

Any ideas?

Bye, Sebastian

-- 
Edit bug report at http://bugs.php.net/?id=16475&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16475&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16475&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16475&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16475&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16475&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16475&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16475&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16475&r=submittedtwice

Reply via email to