From:             stevec at engr dot oregonstate dot edu
Operating system: Linux
PHP version:      5.2.6
PHP Bug Type:     OCI8 related
Bug description:  64bit Oracle RPMs still not supported by pdo-oci

Description:
------------
Bug #41941 addressed 64bit support for the --with-oci8 configure option,
but not the --with-pdo-oci option.  It still can't find the include files. 


Reproduce code:
---------------
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:
----------------
Should pass that part and find the client64 libraries.

I've tried all sorts of paths (/usr to
/usr/include/oracle/11.1.0.1/client64) with no luck.


-- 
Edit bug report at http://bugs.php.net/?id=44989&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=44989&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=44989&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=44989&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=44989&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=44989&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=44989&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=44989&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=44989&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=44989&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=44989&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=44989&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=44989&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=44989&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=44989&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=44989&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=44989&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=44989&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=44989&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=44989&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=44989&r=mysqlcfg

Reply via email to