|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 06:00:01 2025 UTC |
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)