ID: 10185 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Compile Failure Operating System: IRIX 6.5 PHP Version: 4.0.4pl1 New Comment:
Does this happen with PHP 4.0.6? Or with latest CVS snapshot from http://snaps.php.net/ ? --Jani Previous Comments: ------------------------------------------------------------------------ [2001-04-05 10:30:55] [EMAIL PROTECTED] When I try to compile with oci8 support, I get an error. ORACLE Release is 8.1.5.0.1 Here is my ./configure command, and the output from make #./configure --prefix=/tmp/php/php4 --with-config-file-path=/tmp/php/php4/conf --with-oci8 #make Making all in . gcc -I. -I/export/tmp/php/php-4.0.4pl1/ -I/export/tmp/php/php-4.0.4pl1/main -I/export/tmp/php/php-4.0.4pl1 -I/export/tmp/php/php-4.0.4pl1/Zend -I/export/tmp/php/php-4.0.4pl1/ext/mysql/libmysql -I/packages/run/oracle81/OraHome1/rdbms/demo -I/packages/run/oracle81/OraHome1/network/public -I/packages/run/oracle81/OraHome1/plsql/public -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmltok -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmlparse -I/export/tmp/php/php-4.0.4pl1/TSRM -DXML_BYTE_ORDER=21 -g -O2 -c stub.c && touch stub.lo /bin/sh /export/tmp/php/php-4.0.4pl1/libtool --silent --mode=link gcc -I. -I/export/tmp/php/php-4.0.4pl1/ -I/export/tmp/php/php-4.0.4pl1/main -I/export/tmp/php/php-4.0.4pl1 -I/export/tmp/php/php-4.0.4pl1/Zend -I/export/tmp/php/php-4.0.4pl1/ext/mysql/libmysql -I/packages/run/oracle81/OraHome1/rdbms/demo -I/packages/run/oracle81/OraHome1/network/public -I/packages/run/oracle81/OraHome1/plsql/public -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmltok -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmlparse -I/export/tmp/php/php-4.0.4pl1/TSRM -DXML_BYTE_ORDER=21 -g -O2 -o libphp4.la -rpath /export/tmp/php/php-4.0.4pl1/libs -L/packages/run/oracle81/OraHome1/lib -R /packages/run/oracle81/OraHome1/lib stub.lo Zend/libZend.la sapi/cgi/libsapi.la main/libmain.la regex/libregex.la ext/mysql/libmysql.la ext/oci8/liboci8.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsession.la ext/standard/libstandard.la ext/xml/libxml.la TSRM/libtsrm.la -ldl -lm -lexc -lgen -lm -ldl -lcrypt -lsocket -lsocket -lclntsh /bin/sh /export/tmp/php/php-4.0.4pl1/libtool --silent --mode=link gcc -I. -I/export/tmp/php/php-4.0.4pl1/ -I/export/tmp/php/php-4.0.4pl1/main -I/export/tmp/php/php-4.0.4pl1 -I/export/tmp/php/php-4.0.4pl1/Zend -I/export/tmp/php/php-4.0.4pl1/ext/mysql/libmysql -I/packages/run/oracle81/OraHome1/rdbms/demo -I/packages/run/oracle81/OraHome1/network/public -I/packages/run/oracle81/OraHome1/plsql/public -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmltok -I/export/tmp/php/php-4.0.4pl1/ext/xml/expat/xmlparse -I/export/tmp/php/php-4.0.4pl1/TSRM -DXML_BYTE_ORDER=21 -g -O2 -o php -export-dynamic stub.lo libphp4.la ld32: WARNING 84 : /usr/lib32/libdl.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libexc.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libgen.so is not used for resolving any symbol. ld32: WARNING 84 : /usr/lib32/libsocket.so is not used for resolving any symbol. ld32: FATAL 12 : Expecting n32 objects: /packages/run/oracle81/OraHome1/lib/libclntsh.so is n64. collect2: ld returned 4 exit status *** Error code 1 (bu21) *** Error code 1 (bu21) ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=10185&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]