Sunday, August 25, 2013

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


Situation:
I try to run my Forticlient application on my Fedora 19 but the following error appears:


Main Problem:
Trying to execute an 32-bits C based application and it does not find the library /lib/ld-linux.so.2.

Associate Problems:
The 64-bits operating systems have excluded the 32-bits packages during its installation process. So if you are trying to execute third-party binaries you will find the error mentioned above.

Solution:
Install the glibc.i686 package using the following command as root:
yum install glibc.i686
Content Licensed as Creative Commons CC-BY-SA 3.0