Pages

Wednesday, May 7, 2014

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

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

I tried installing Hyperic 5.0 Agent in a CentOS Virtual Machine [ 6.3, 64 Bit ]
When I started Hyperic Agent, I got this error.


./bundles/agent-5.0.0/bin/hq-agent.sh: /home/hyperic/agent-5.0.0/jre/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

As usual, googling [ :) ] gave the following link .

http://stackoverflow.com/questions/8328250/centos-64-bit-bad-elf-interpreter

The issue is that, I am using 64-bit system, and don't have 32-bit library support installed.

So installing the glibc.i686 package solved this issue.

yum install glibc.i686

No comments:

Post a Comment