I've tried to install php-5.4.2 on suse 9. When I type the make command I receive this error message:
"libtool: link: `ext/oci8/oci8.lo' is not a valid libtool object
make: *** [libphp5.la] Error 1"
my debug.log is this:
CONFIGURE: './configure' '--with-oci8=/usr/lib/oracle/11.1.0.1/client' '--disable-libxml' '--disable-xml' '--disable-dom' '--disable-simplexml' '--without-pear' '--with-apache=/home/apache/apache_1.3.37' '--disable-xmlreader' '--disable-xmlwriter' '--enable-sigchild'
CC: gcc
CFLAGS: -I/usr/include -g -O2
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES: -I/home/php/php-5.2.4/ext/date/lib
LDFLAGS: -L/usr/lib -Wl,-rpath,/usr/lib/oracle/11.1.0.1/client/lib -L/usr/lib/oracle/11.1.0.1/client/lib
LIBS: -lresolv -lm -ldl -lnsl -lclntsh
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/lib/oracle/11.1.0.1/client/lib
uname -a: Linux cerebro2 2.6.5-7.286-smp #1 SMP Thu May 31 10:12:58 UTC 2007 i686 i686 i386 GNU/Linux
gcc -o conftest -I/usr/include -g -O2 -L/usr/lib -Wl,-rpath,/usr/lib/oracle/11.1.0.1/client/lib -L/usr/lib/oracle/11.1.0.1/client/lib conftest.c -lresolv -lm -ldl -lnsl -lclntsh 1>&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lclntsh
collect2: ld returned 1 exit status
thank you
[Index of Archives]
[PHP Users]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[Postgresql]
[PHP Books]
[PHP Databases]
[PHP SOAP]