From: schulze-horst at gmx dot net Operating system: Linux FC4 PHP version: 5.1.6 PHP Bug Type: *Compile Issues Bug description: oci iinstant client 10.2.0.2, configure says: libraries not found
Description: ------------ When trying to build php-5.1.6 (or php-5.0.5) with oci8 instantclient support, configure fails claiming it cannot find the libraries. php-4.4.4 builds fine on the same mashine. BTW this seems to be an old issue occuring again and again with growing Oracle version numbers (cf. e.g. Bug #35471, #30744). Trying pecl extension with ./cvsclean && ./buildconf --force does not solve the problem. libtool 1.5.16 autoconf (GNU Autoconf) 2.59 GNU Make 3.80 gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) instantclient-basiclite-linux32-10.2.0.2-20060331 instantclient-sdk-linux32-10.2.0.2-20060331 Reproduce code: --------------- php-5.1.6 ./configure --enable-memory-limit --with-oci8=instantclient,/usr/lib/oracle/10.2.0.2/client/lib php-5.0.5 ./configure --enable-memory-limit --with-oci8-instant-client=/usr/lib/oracle/10.2.0.2/client/lib Expected result: ---------------- Expecting ./configure to setup the build environment. Actual result: -------------- checking for Oracle (OCI8) support... yes checking Oracle Instant Client directory... /usr/lib/oracle/10.2.0.2/client/lib checking Oracle Instant Client SDK header directory... /usr/lib/oracle/10.2.0.2/client/lib/sdk/include checking Oracle Instant Client version... configure: error: Oracle Instant Client libraries not found -- Edit bug report at http://bugs.php.net/?id=38916&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=38916&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=38916&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=38916&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=38916&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=38916&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=38916&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=38916&r=needscript Try newer version: http://bugs.php.net/fix.php?id=38916&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=38916&r=support Expected behavior: http://bugs.php.net/fix.php?id=38916&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=38916&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=38916&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=38916&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=38916&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=38916&r=dst IIS Stability: http://bugs.php.net/fix.php?id=38916&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=38916&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=38916&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=38916&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=38916&r=mysqlcfg