From: [EMAIL PROTECTED]
Operating system: SCO OpenServer 5.05
PHP version: 4.0.4pl1
PHP Bug Type: Compile Problem
Bug description: Failure during make when configured with Informix
I configured php4 with just --my-sql --with-apache=../apache_1.3.19
--enable-track-vars and all is well (apart from a few warnings about statements not
being reached).
When mak ing after configuring with --my-sql --with-apache=../apache_1.3.19
--with-informix=yes --enable-track-vars I get the following error:
Making all in Zend
Making all in main
Making all in ext
Making all in informix
/bin/sh /tmp/php-4.0.4pl1/libtool --silent --mode=link cc -I.
-I/tmp/php-4.0.4pl1/ext/informix -I/tmp/php-4.0.4pl1/main -I/tmp/php-4.0.4pl1
-I/tmp/apache_1.3.19/src/include -I/tmp/apache_1.3.19/src/os/unix
-I/tmp/php-4.0.4pl1/Zend -I/u/informix/incl/esql
-I/tmp/php-4.0.4pl1/ext/mysql/libmysql -I/tmp/php-4.0.4pl1/ext/xml/expat/xmltok
-I/tmp/php-4.0.4pl1/ext/xml/expat/xmlparse -I/tmp/php-4.0.4pl1/TSRM
-DXML_BYTE_ORDER=12 -g -I/u/informix/incl/esql -belf -o libinformix.la ifx.lo
/usr/lib/libgen.a
libtool: link: cannot build libtool library `libinformix.la' from non-libtool objects:
/usr/lib/libgen.a
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
I have already found (and replaced) a ranlib command (replaced with ar rs).
--
Edit Bug report at: http://bugs.php.net/?id=9925&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]