ID: 35471 Updated by: [EMAIL PROTECTED] Reported By: jeppe at arabuusimiehet dot com -Status: Open +Status: Feedback -Bug Type: Compile Failure +Bug Type: OCI8 related Operating System: RHEL4 X86_64 PHP Version: 5.1.1 New Comment:
How did you install OIC and where did you get these packages? Previous Comments: ------------------------------------------------------------------------ [2005-11-29 11:46:07] jeppe at arabuusimiehet dot com Description: ------------ When using Oracle Instant Client 10.2 on x86_64 the configure script only tries the 'lib' dir, not 'lib64'. OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | sed -e 's!^/usr/lib/oracle/\(.*\)/client/lib[/]*$!/usr/include/oracle/\1/client!`' If I change that line s/lib/lib64/ everything works fine. Reproduce code: --------------- ./configure --with-oci8-instant-client=/usr/lib64/oracle/10.2.0.1/client/lib64 Expected result: ---------------- configure running thru ok. Actual result: -------------- checking Oracle Instant Client SDK header directory... configure: error: Oracle Instant Client SDK header files not found ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35471&edit=1
