I've recently installed x64 Linux Mint 11, basically Ubuntu Natty. Since the install I've found that 32-bit applications which used to run on my Ubuntu system are rejected by my Mint 11 system. When I use the 'file' utility to check the binary, it correctly identifies it as a 32-bit elf, but I can't invoke the application.
I've tried starting it from bash and os.system a la python, to no avail, so I suspect that it must have something to do with 32-bit binary compatibility mode but my knowledge of that sub-system and how to enable it is limited, can anyone assist?
Thanks