ID: 39312 User updated by: andrew dot nagy at villanova dot edu Reported By: andrew dot nagy at villanova dot edu -Status: Closed +Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.1.6 New Comment:
Well, I changed my configure to: --with-oci8=instantclient,/usr/lib/oracle/10.1.0.3/client/lib --with-pdo-oci=instantclient,/usr/include/oracle,10.1.0.3 And am still getting the same error. The first oci8 option passes in the configuration, but the PDO_OCI does not. According to the ./configure --help, I am doing everything correctly ... I think. Previous Comments: ------------------------------------------------------------------------ [2006-10-31 14:41:47] andrew dot nagy at villanova dot edu Sorry. It appears oracle is installed in 2 locations /usr/lib and /usr/include and the headers are in /usr/include ------------------------------------------------------------------------ [2006-10-30 23:06:39] [EMAIL PROTECTED] So the headers are in /usr/lib../? I mean the .h files, oci.h for example. ------------------------------------------------------------------------ [2006-10-30 22:41:47] andrew dot nagy at villanova dot edu I installed the instant client to: /usr/lib/oracle/10.1.0.3 Is this what you are asking for? ------------------------------------------------------------------------ [2006-10-30 19:44:29] [EMAIL PROTECTED] So where is your include dir? ------------------------------------------------------------------------ [2006-10-30 19:36:04] andrew dot nagy at villanova dot edu Description: ------------ I installed the instantclient library and when I try to run configure I get the following error: checking for oci.h... configure: error: I'm too dumb to figure out where the include dir is in your instant client install This is a bad error message, although quite humorous. Reproduce code: --------------- Here is my configure settings: --with-oci8=instantclient,/usr/lib/oracle/10.1.0.3/client/lib --with-pdo-oci=instantclient,/usr/lib/oracle,10.1.0.3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39312&edit=1