php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4872 PHP doesn't work with oci8
Submitted: 2000-06-07 18:35 UTC Modified: 2006-07-17 09:03 UTC
From: bpinaud at ifrance dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.0 Release OS: Mandrake linux 7.0
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: bpinaud at ifrance dot com
New email:
PHP Version: OS:

 

 [2000-06-07 18:35 UTC] bpinaud at ifrance dot com
I've got Orale 8.1.6 (Oracle 8i Rel2 for Linux) and if i compile php with oci8 support, apache doesn't want to start and there is nothing in the log of the system. without the oci8 support, php and apache works fine !
i use this for the configure scripts

configure --with-apxs --with-pgsql --with-oci8 --with-mm --enable-sigchild --enable-inline-optimizations

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-08 10:07 UTC] thies at cvs dot php dot net
    please relink your apache adding -lpthread to the LDFLAGS.

    the problem here is that a executable thats *not* linked
    agains -lpthread cannot load a shared library that is liked
    against -lpthread. (libphp4.so - linked against -lclntsh
    linked against -lpthread).

    this is a glibc-2.1 bug that supposed to be finxed in 2.2 (i
    heard)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 06:01:30 2024 UTC