Harvest

 View Only
Expand all | Collapse all

Tuesday Tip: CAPKI installation error - /lib/ld-linux.so.2: bad ELF interpreter: No such file

  • 1.  Tuesday Tip: CAPKI installation error - /lib/ld-linux.so.2: bad ELF interpreter: No such file

    Broadcom Employee
    Posted Jun 19, 2014 09:46 AM

    When installing CAPKI, you might receive the following error:

     

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

     

    The reason for this error is that one of the system software packages that CAPKI depends on has not been installed.  It is in the "glibc" package.  Because CAPKI is a 32-bit application you need to have the 32-bit version of glibc installed on your system in order for the installation of CAPKI to complete successfully.

     

    You can learn which packages are installed on your RedHat system with this command:

     

    rpm -qa

     

    To check and see if the glibc package is installed you can use this command:

     

    rpm -qa | grep glibc

     

    To install the 32-bit version of the glibc package you can execute this command:

     

    yum -y install glibc.i686



  • 2.  Re: Tuesday Tip: CAPKI installation error - /lib/ld-linux.so.2: bad ELF interpreter: No such file

    Community Manager
    Posted Jun 19, 2014 09:57 AM

    Melinda: Thank you for posting this TT. Please remember to use the tags "Tuesday Tips" and "Tuesday_Tips" so that they are easy to find!