Hi, I'm trying to install PHP with oci8 on a sparc Ultra-60. Like this: ./configure --prefix=/usr/local/php/ --with-apxs2=/usr/local/apache/bin/apxs --with-pear -with-oci8=/opt/oracle/product/9.2.0/ The ./configure part was successful. But when I run "make" I get this error: ld: fatal: file /opt/oracle/product/9.2.0//lib/libclntsh.so: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to .libs/libphp4.so make: *** [libphp4.la] Error 1 I doesn't understand the reason. I tryied to solve the problem in different ways, without a good result. Have anyone a hint? thx a lot florian -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php