|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-02-07 20:51 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Feb 08 06:00:02 2026 UTC |
Description: ------------ Unable to build with informix support Reproduce code: --------------- ./configure --with-apxs=/usr/local/apache/bin/apxs --enable-ftp --enable-magic-quotes --enable-track-vars --with-gettext --with-mysql --with-regex=system --with-informix=/usr/informix Expected result: ---------------- Sucessful build Actual result: -------------- *** Warning: Linking the shared library libphp5.la against the non-libtool *** objects /usr/informix/lib/esql/checkapi.o is not portable! 0654-210 /usr/informix/lib/esql/checkapi.o is not valid in the current object fi le mode. Use the -X option to specify the desired object mode. ld: 0711-736 ERROR: Input file /usr/informix/lib/esql/checkapi.o: XCOFF64 object files are not allowed in 32-bit mode. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop.