/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Recently I had a problem on Fedora 23 with android tools:

./fastboot devices
bash: ./fastboot: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

This resolved this issue:

sudo dnf install libstdc++.i686

 

Leave a Comment