I'm attempting to build PHP 4.1.1 as an Apache 1.3.2x DSO on Solaris. I've run configure without problems (--with-axps --with-oci8) but it's failing when I try to build with make:
/bin/sh /home/ebb21242/php-4.1.1/libtool --silent --mode=link gcc -I. -I/home/e bb21242/php-4.1.1/ -I/home/ebb21242/php-4.1.1/main -I/home/ebb21242/php-4.1.1 -I /opt/apps/apache/include -I/home/ebb21242/php-4.1.1/Zend -I/home/ebb21242/php-4. 1.1/ext/mysql/libmysql -I/gw/oracle/product/8.1.7/rdbms/public -I/gw/oracle/prod uct/8.1.7/rdbms/demo -I/home/ebb21242/php-4.1.1/ext/xml/expat -D_POSIX_PTHREAD_ SEMANTICS -DSOLARIS2=260 -DUSE_EXPAT -I/home/ebb21242/php-4.1.1/TSRM -g -O2 -pre fer-pic -o libphp4.la -rpath /home/ebb21242/php-4.1.1/libs -avoid-version -L/u sr/ucblib -L/usr/central/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2 -L/gw/oracle/pr oduct/8.1.7/lib -R /usr/ucblib -R /usr/central/lib/gcc-lib/sparc-sun-solaris2.6 /2.95.2 -R /gw/oracle/product/8.1.7/lib stub.lo Zend/libZend.la sapi/apache/li bsapi.la main/libmain.la regex/libregex.la ext/mysql/libmysql.la ext/oci8/lib oci8.la ext/pcre/libpcre.la ext/posix/libposix.la ext/session/libsession.la ext/ standard/libstandard.la ext/xml/libxml.la TSRM/libtsrm.la -lpam -ldl -lsched -l dl -lgen -lsocket -lnsl -lcrypt -lresolv -lbind -lm -ldl -lnsl -lsocket -lgcc -l crypt -lclntsh ld: fatal: library -lbind: not found ld: fatal: File processing errors. No output written to .libs/libphp4.so *** Error code 1 make: Fatal error: Command failed for target `libphp4.la' Current working directory /home/ebb21242/php-4.1.1 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' I've got a feeling -lbind is Oracle related... can anyone shed any light on it? TIA, Chris }:) -- PHP Install 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]