Intel EM64T problem
Emmanuel Thomé
Emmanuel.Thome+gmp at loria.fr
Fri Sep 2 20:42:24 CEST 2005
On Fri, Sep 02, 2005 at 10:12:12AM -0700, Quintana, Paul A wrote:
> Im having a problem installing a 32-bit compiled rpm on an Intel EM64T
> platform running RedHat ES.
> Can't find the libgmp.so.3 library which of course is in the /lib64
> library now. Pointing to this didn't seem to work.
> Any suggestions??
The ABI is different, you have to have both gmp.i386 and gmp.x86_64
installed if you want to run 32-bit _and_ 64-bit binaries on this
computer. Normally your distribution ships with both.
The missing dependency message really should point out that the _32-bit_
version of the library is missing. For that matter, perhaps using yum
would spare you some headaches.
E.
More information about the gmp-discuss
mailing list