Error Messages

How to fix “/lib/ld-linux.so.2: bad ELF interpreter” error message

758 views August 11, 2016 June 22, 2018 Michael 0

Cause:

This error might appear when running QuartusII software on Linux machine (Fedora 23/Centos 6).

This error happens because 32 bit libraries are missing from the system.

Resolution:

Install necessary 32 bit libraries with the terminal using the command below:

yum -y install glibc.i686

This will install 32 bit libraries and fix the problem.

Applies to:
  • Linux Operating System

Knowledge Base ID: 181818 - Last Review: Jun 30, 2016 - Revision: 1.0

Leave a Reply