Tuesday 31 January 2023

/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory - while building stage during 12.2

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


Cause

  • The Linux box is on a 64-bit system, and does not have 32-bit library support installed.
  • Resolution

    Make sure glibc.i686 and glibc.x86_64 is installed on the system.
    If glibc.i686 is not available on the Centos-6, try glibc.i386

    To list all the package with prefix "glibc"
    Run:
    yum list glibc.

    To install the package:
    Run
    sudo yum install glibc.i686
    or
    sudo yum install glibc.i386

    If you do not have sudo setup in the environment, type "su" to accquire superuser authority first.
    Then run:
    yum install glibc.i686

No comments:

Post a Comment

XX_XXXXXXX is not a valid responsibility for the current user. Please contact your System Administrator.

  XX_XXXXXXX is not a valid responsibility for the current user. Please contact your System Administrator. Issue : When user logs into EBS, ...