php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36323 /usr/informix/lib/esql/checkapi.o is not valid
Submitted: 2006-02-07 20:27 UTC Modified: 2006-02-07 20:51 UTC
From: patrick at imptoy dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5CVS-2006-02-07 (CVS) OS: IBM AIX 5.3L
Private report: No CVE-ID: None
 [2006-02-07 20:27 UTC] patrick at imptoy dot com
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.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-07 20:51 UTC] tony2001@php.net
You're trying to use 64bit objects in 32bit context.
Not PHP problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 16:01:31 2024 UTC