Hi Everyone, I always get erros, when I try to get PHP with oracle 9.2 running. The LD_LIBRARY_PATH is set, ORACLE_HOME ist set, the rights on the files are set correctly and I mae a link in the $ORACLE_HOME/lib directory with the name of the old oracle librarys to the new libraries.
But when I try to configure, I get the following in the debug.log: CONFIGURE: './configure' '--with-apxs' '--without-mysql' '--with-zlib' '--with-oci8' CC: gcc CFLAGS: -g -O2 CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT CXX: CXXFLAGS: INCLUDES: -I/usr/local/include -I$(top_builddir)/Zend -I/oracle/Oracle-92/rdbms/public -I/oracle/Oracle-92/rdbms/dem o -I/oracle/Oracle-92/plsql/public LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -L/usr/local/lib/gcc-lib/s parc-sun-solaris2.8/2.95.2 -R/oracle/Oracle-92/lib -L/oracle/Oracle-92/lib LIBS: -ldl -lgen -lsocket -lnsl -lz -lcrypt -lresolv -lresolv -lm -ldl -lnsl -lsocket -lsocket -lgcc -lcrypt -lcl ntsh DLIBS: SAPI: apache PHP_RPATHS: /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 /oracle/Oracle-92/lib uname -a: SunOS UE250 5.8 Generic sun4u sparc SUNW,Ultra-250 gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS2=280 -DUSE_EXPAT -R/usr/ucblib -L/usr/ucblib -R/usr/local/ lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.2 -R/oracle/Oracle-92/lib -L/ oracle/Oracle-92/lib conftest.c -ldl -lgen -lsocket -lnsl -lz -lcrypt -lresolv -lresolv -lm -ldl -lnsl -lsocket -lsocke t -lgcc -lcrypt -lclntsh 1>&5 ld: fatal: library -lclntsh: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status Has anyone an idea? I tried some thing, that already have been tried from others with the same problem, but it hasn't helped. Thanks Markus -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php