ID:               38916
 User updated by:  schulze-horst at gmx dot net
 Reported By:      schulze-horst at gmx dot net
 Status:           Bogus
 Bug Type:         *Compile Issues
 Operating System: Linux FC4
 PHP Version:      5.1.6
 New Comment:

Both libclntsh.so.10.1 and libnnz10.so (not libnzz) are part of
instantclient-basiclite-linux32-10.2.0.2-20060331 and therefor they
exist. Also, to propely build php-4.4.4, a symbolic link
libclntsh.so.10.1 -> libclntsh.so exists.


Previous Comments:
------------------------------------------------------------------------

[2006-09-23 11:58:40] [EMAIL PROTECTED]

Which means you don't have either libnzz10.so or libclntsh.so. 
Both libraries are required.

------------------------------------------------------------------------

[2006-09-21 20:43:40] schulze-horst at gmx dot net

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 this bug report at http://bugs.php.net/?id=38916&edit=1

Reply via email to