ID: 39862 Updated by: [EMAIL PROTECTED] Reported By: dirk dot kreyenberg at googlemail dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: HP-UX 11.11 PHP Version: 5.2.0 New Comment:
/home/informix/ids940/lib/esql/checkapi.o is an object from Informix client distro and if it cannot be used during linking, it's not PHP problem. Previous Comments: ------------------------------------------------------------------------ [2006-12-18 08:40:32] dirk dot kreyenberg at googlemail dot com Description: ------------ Hello everybody, it seems like the informix support (not PDO) got broken since PHP 5.1.x on HP-UX 11.11 The configure runs smoothly but when it reaches the informix module, the compilation breaks. - Environment:32 bit, gcc 4.1.1, posix - IBM CSDK: 2.90.HC3 - Tried PHP versions:5.1.6, 5.2.0, php5.2-200612180730 - Last working version: 5.0.5 PDO-informix works fine btw. Thanks for your help! Dirk Reproduce code: --------------- # ./configure [...] --with-informix=shared,/home/informix/ids940 # gmake Expected result: ---------------- A clean build ;-) Actual result: -------------- libtool: link: cannot build libtool library `libphp5.la' from non-libtool objects on this host: /home/informix/ids940/lib/esql/checkapi.o gmake: *** [libphp5.la] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39862&edit=1