From: [EMAIL PROTECTED]
Operating system: Compaq Tru64 UNIX V5.1
PHP version: 4.0.6
PHP Bug Type: Dynamic loading
Bug description: apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup
LIBS set to "-pthread" in environment
./configure --prefix=/local \
--with-config-file-path=/src/web/apache-d/apache_1.3.20 \
--localstatedir=/host/share/apache \
--sysconfdir=/host/etc/apache \
--datadir=/host/share/apache \
--enable-force-cgi-redirect \
--with-apxs \
--with-oci8
# ldd /host/sbin/httpd
Main => /host/sbin/httpd
libpthread.so => /usr/shlib/libpthread.so
libm.so => /usr/shlib/libm.so
libc.so => /usr/shlib/libc.so
libexc.so => /usr/shlib/libexc.so
running with LD_LIBRARY_PATH set to normal libdirs + oracle lib.
It crashes with no core or trace in the logs shortly after startup.
Running in -X mode it works fine. Also, startup without php, then
editting php back into the conf file and doing a "graceful" startup
works as well.
--
Edit bug report at: http://bugs.php.net/?id=12717&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]