php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9925 Failure during make when configured with Informix
Submitted: 2001-03-22 10:08 UTC Modified: 2001-06-02 20:03 UTC
From: chris dot dew at molevalleyfarmers dot com Assigned:
Status: Closed Package: Informix related
PHP Version: 4.0.4pl1 OS: SCO OpenServer 5.05
Private report: No CVE-ID: None
 [2001-03-22 10:08 UTC] chris dot dew at molevalleyfarmers dot com
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).




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-02 20:03 UTC] sniper@php.net
This should be fixed with PHP 4.0.6, please try the 
latest release candidate:

http://www.php.net/~andi/php-4.0.6RC2.tar.gz

-Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 15:01:29 2024 UTC