Release Automation

 View Only
Expand all | Collapse all

Nolio KB: "bad ELF interpreter" error when installing agent on Linux 64bit

  • 1.  Nolio KB: "bad ELF interpreter" error when installing agent on Linux 64bit

    Posted Dec 18, 2013 05:04 PM

    Nolio Official KB:I got a "bad ELF interpreter: No such file or directory Error unpacking jar files. Aborting" error while installing a Nolio agent in 64bit linux, What do I do?

    You are misssing the 32bit version of Glibc.
     
    Install the proper C Library by running
     
    Either yum install ld-linux.so.2
     
    or yum install glibc.i686
     
    Then retry the Install.


  • 2.  RE: Nolio KB:I got a "bad ELF interpreter: No such file or directory Error

    Posted Dec 18, 2013 05:05 PM

    What about centos/redhat?



  • 3.  RE: Nolio KB:I got a "bad ELF interpreter: No such file or directory Error

    Posted Dec 18, 2013 05:06 PM

    The architecture or bitness (32/64) of the bundled JVM might not match your machine. Is a generic issue when you do not have the proper 32 bit libraries on a 64bit system . If so Then use RPM to install the proper libraries in Red Hat or YUM in Centos .