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 ?
file /home/isa/Downloads/Fusion/Fusion
. It's probably for a different architecture, in which case, the tricks employed byldd
may not work withoutlibc6
for that arch... – muru Feb 12 '17 at 15:51file /home/isa/Downloads/Fusion/Fusion
:/home/isa/Downloads/Fusion/Fusion: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped
About libc6:i386, it is installed on my 64-bit system, that's why I don't understand...
Thank you for your response
– IssaG Feb 12 '17 at 16:38