On 16 Nov 2010, at 12:25, Martin Liddle wrote:
I would expect it to be possible to run a 32 binary on a 64 bit system. Is this correct and if so what additional steps might be required?
The problem is not the kernel, but the libraries: your customer also has to install 32 bit versions of all libraries that your program depends on.
In this case: the problem is the dynamic linker, which is part of the package that installs libc. I guess that installing glibc.i686 should resolve that particular problem.
Jonas