0

I need explanation about this on my 64-bit Xubuntu :

ldd /home/isa/Downloads/Fusion/Fusion
not a dynamic executable

But strace it : [...]libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory[...]

ldd say it isn't dynamic, but strace shows it is ? Am I wrong ?

IssaG
  • 1

1 Answers1

2

That would be bug 1616609 https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1616609 -- ldd reports incorrectly "not a dynamic executable" when the executable's loader is not present . Do add yourself to the bug by clicking on the "Does this affect me?" icon. Basically, the fix is to add the 32 bit loader, /lib/i386-linux-gnu/ld-linux.so.2 -> ld-2.27.so, from package libc6-i386 so the ldd wrapper can use a working link loader.

ubfan1
  • 19,049