Hello,
i try to install PHP 5.0.4 with oci-8-instant-client support.

I've installed the 2 rpm for oracle instant client from oracle.

But the conftest return this error:
../conftest: error while loading shared libraries: libnnz10.so: cannot open 
shared object file: No such file or directory

I've verify, the libnnz10.so exists in this directory... 

Any suggestion?
Thanks and excuse my poor english :-)

DEBUG.LOG:
* * * * * * * * * * * * * * 
CONFIGURE:   './configure' 
'--with-oci8-instant-client=/usr/lib/oracle/10.1.0.3/client/lib/' 
'--prefix=/usr' '--datadir=/usr/share/php5' '--mandir=/usr/share/man' 
'--bindir=/usr/bin' '--libdir=/usr/lib' '--includedir=/usr/include' 
'--with-_lib=lib' '--sysconfdir=/etc/php5/apache2' 
'--with-config-file-path=/etc/php5/apache2' 
'--with-config-file-scan-dir=/etc/php5/conf.d' 
'--with-exec-dir=/usr/lib/php5/bin' '--enable-magic-quotes' '--enable-session' 
'--with-pcre-regex' '--enable-xml'
'--enable-simplexml' '--enable-spl' '--enable-safe-mode' '--enable-sigchild' 
'--disable-debug' '--enable-memory-limit' '--enable-inline-optimization' 
'--with-apxs2=/usr/sbin/apxs2' '--disable-all'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES:    -I/usr/include/oracle/10.1.0.3/client
LDFLAGS:     -Wl,-rpath,/usr/lib/oracle/10.1.0.3/client/lib/ 
-L/usr/lib/oracle/10.1.0.3/client/lib/
LIBS:       -lcrypt -lresolv -lm -ldl -lnsl  -lclntsh -lcrypt
DLIBS:
SAPI:       apache2handler
PHP_RPATHS:  /usr/lib/oracle/10.1.0.3/client/lib/
uname -a:   Linux linuxtest 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 
2005 i686 i686 i386 GNU/Linux

gcc -o conftest -g -O2   -Wl,-rpath,/usr/lib/oracle/10.1.0.3/client/lib/ 
-L/usr/lib/oracle/10.1.0.3/client/lib/ conftest.c -lcrypt -lresolv -lm -ldl 
-lnsl  -lclntsh -lcrypt 1>&5
../conftest: error while loading shared libraries: libnnz10.so: cannot open 
shared object file: No such file or directory

Reply via email to