On 19/07/17 20:40, tu...@posteo.de wrote:
the tool is statically linked and only the command "file"
reveals its 32bit nature.

Have you tried just running it? And as Mick mentioned, run your tool with linux32:

  $ linux32 ./tool

It might just work without you having to do anything else. Since its statically linked, you shouldn't need any 32-bit libs.

One thing that might prevent it from working, is that it might need an old kernel version or a compatibility kernel option that is disabled by default on modern kernel versions.

But in the end, you won't know until you actually try it.


Reply via email to