[ut3] 64bit linux?

biz biz at baze.de
Sat Dec 22 08:33:20 EST 2007


On Sat, Dec 22, 2007 at 02:11:35AM -0800, Alex Malinovich wrote:
> On Sat, 2007-12-22 at 10:06 +0100, Marcel wrote:
> > chmod a+x UT3-linux-server-12172007.bin
> > 
> > and retry: ./UT3-linux-server-12172007.bin
> 
> As the OP already showed, the file already has the executable bit set,
> so this would have no effect.

Exactly. You're missing the ia32 runtime libraries for amd64 based machines.
If your kernel is 64bit and has CONFIG_IA32_EMULATION=y set,
just install these 32bit shared libs. If you still get "No such file or directory"
when executed, have a look at the output of:

ldd UT3-linux-server-12172007.bin

This will print its shared library dependencies.
By the way, on debian based systems there is the meta package "ia32libs" which
pulls in all the lib32* packages for you. Therefore it should work on Ubuntu, too.

Cheers




More information about the ut3 mailing list