|
Re: 'ld-linux.so.2 bad elf interpreter' error
> /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
If you are running 64-bit OS, you need the 32-bit glibc.
Try this ...
# yum install glibc.i686
I was getting the same error, and that fix worked for me.
|