RE: Binary compatibility on IA64 RHEL4.0

"Luck, Tony" <[email protected]> Fri, 10 Dec 2004 10:35:31 -0800
Newsgroups gmane.linux.redhat.ia64.general
Message-ID <B8E391BBE9FE384DAA4C5C003888BE6F02882BCD@scsmsx401.amr.corp.intel.com>
More likely reason is that you don't have the ia32el rpm
installed (or you have it installed, but not yet started).

On RHEL4 the ia32-el package is required to run ia32 binaries
on ia64 systems.

-Tony

>try to link -static on the ia32 box...
>

>Hi,
>
>Binaries compiled on RAS 3.0 (IA 32) machine are not=20
>working on RHEL 4.0 (IA64) machine.
>It gives error :=20
> ./myexe ; echo $?
>bash: ./myexe: cannot execute binary file
>126
>
>Is it not binary compatible ?
>
>_______________________________________________