Edit report at http://bugs.php.net/bug.php?id=52621&edit=1
ID: 52621 Comment by: jbnance at tresgeek dot net Reported by: jbnance at tresgeek dot net Summary: pdo-oci fails to locate 64-bit Oracle installations Status: Open Type: Bug Package: Compile Failure Operating System: Linux PHP Version: 5.3.3 Block user comment: N New Comment: Added patches for 5.2 and 5.3 series. Previous Comments: ------------------------------------------------------------------------ [2010-08-16 23:16:35] jbnance at tresgeek dot net Description: ------------ This is the same as bug 44989, but 44989 isn't getting any attention even though I have submitted a fix for the issue, and I'm not the original reporter so I can't update status. Test script: --------------- Using the Oracle provided 64bit InstantClient RPMs (currently using 11.1.0.1-1): ./configure --with-pdo-oci=instantclient,/usr/include,11.1.0 ... Produces: checking Oracle OCI support for PDO... yes checking Oracle Install-Dir... instantclient,/usr/include,11.1.0 checking if that is sane... yes checking for oci.h... configure: error: I'm too dumb to figure out where the include dir is in your Instant Client install Expected result: ---------------- Libraries and headers located, compile succeeds. Actual result: -------------- Configure exits unable to locate libraries or headers. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52621&edit=1
