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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Tue Apr 23 12:01:31 2024 UTC