php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12717 apache 1.3.20 with PHP 4.0.6 and oci8 DSO crashes on startup
Submitted: 2001-08-13 11:24 UTC Modified: 2002-02-04 02:14 UTC
From: andrew at mun dot ca Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.0.6 OS: Compaq Tru64 UNIX V5.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrew at mun dot ca
New email:
PHP Version: OS:

 

 [2001-08-13 11:24 UTC] andrew at mun dot ca
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.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-04 02:14 UTC] yohgaki@php.net
This bug has been fixed in CVS.
 [2002-02-04 02:14 UTC] yohgaki@php.net
The version of PHP that this bug was reported in is too old. Please
try to reproduce this bug in the latest version of PHP (available
from http://www.php.net/downloads.php

If you are still able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 23:01:30 2024 UTC