Home > elf interpreter > error /lib/ld-linux.so.2 bad elf interpreter

Error /lib/ld-linux.so.2 Bad Elf Interpreter

Contents

here for a quick overview of the site Help Center Detailed answers to error /lib/ld-linux.so.2 bad elf interpreter no such file or directory any questions you might have Meta Discuss the workings and

Elf Interpreter /lib/ld-linux.so.2 Not Found

policies of this site About Us Learn more about Stack Overflow the company Business Learn bash ./eclipse /lib/ld-linux.so.2 bad elf interpreter more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow bad elf interpreter no such file or directory Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory up vote 23 down vote favorite 6 When I exectued command to install application following error accured:

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 was not aware of how to fix this problem, to find out resolution I searched for solotutions on net and found following resolution: yum install glibc.i686 or yum install glibc.i386 But bad luck this was not worked at all. It was throwing the following error: Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile Setting up Install Process No package glibc.i686 available. Error: Nothing to do Again I tried to resolve this and got some solutions from net; Download glibc rpm packge for centos 6 and install them. I dowloaded following packeges: glibc-2.12-1.80.el6.i686.rpm glibc-common-2.12-1.80.el6.i686.rpm glibc-devel-2.12-1.80.el6.i686.rpm glibc-headers-2.12-1.80.el6.i686.rpm glibc-static-2.12-1.80.el6.i686.rpm glibc-utils-2.12-1.80.el6.i686.rpm And tried to install with following command: yum install glibc.i686 rpm -U glibc-2.12-1.80.el6.i686.rpm rpm -ivh glibc-2.12-1.80.el6.i686.rpm None of them is worked. Got following message: [root@demo tmp_glibc]# rpm -ivh glibc-2.12-1.80.el6.i686.rpm error: Failed dependencies: glibc-common = 2.12-1.80.el6 is needed by glibc-2.12-1.80.el6.i686 libfr

here for a quick overview of the site Help Center Detailed answers to any questions you might have /lib/ld-linux-x86-64.so.2 bad elf interpreter Meta Discuss the workings and policies of this site About Us Learn redhat ld-linux.so.2 bad elf interpreter more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us

Lib Ld Linux So 2 Bad Elf Interpreter Redhat 6

Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like http://stackoverflow.com/questions/14030306/lib-ld-linux-so-2-bad-elf-interpreter-no-such-file-or-directory you, helping each other. Join them; it only takes a minute: Sign up CentOS 64 bit bad ELF interpreter up vote 130 down vote favorite 32 I have just installed CentOS 6 64bit version, I'm trying to install a 32-bit application on a 64-bit machine and got this error: /lib/ld-linux.so.2: bad ELF interpreter: No such file http://stackoverflow.com/questions/8328250/centos-64-bit-bad-elf-interpreter or directory I'm new to linux. How do I resolve this? linux centos 64bit 32bit-64bit centos6 share|improve this question edited Jun 27 '14 at 12:29 Matt Fenwick 24.8k1085141 asked Nov 30 '11 at 15:19 c11ada 1,781133656 add a comment| 5 Answers 5 active oldest votes up vote 287 down vote accepted You're on a 64-bit system, and don't have 32-bit library support installed. To install (baseline) support for 32-bit executables Most desktop Linux systems in the Fedora/Red Hat family: pkcon install glibc.i686 Possibly some desktop Debian/Ubuntu systems?: pkcon install ia32-libs Fedora or newer Red Hat, CentOS: sudo dnf install glibc.i686 Older RHEL, CentOS: sudo yum install glibc.i686 Even older RHEL, CentOS: sudo yum install glibc.i386 Debian or Ubuntu: sudo apt-get install ia32-libs should grab you the (first, main) library you need. Warning Incidentially, this either implies that your RPM (resp. DPkg/DSelect) database is corrupted, or that the application you're trying to run wasn't installed through the package manager. If you're new to Linux, you probably want to avoid

Subject: Re: Installation on rhel 6.5 Date: Wed, 14 May 2014 13:12:49 -0400 https://www.redhat.com/archives/redhat-list/2014-May/msg00008.html On Wed, May 14, 2014 at 1:00 PM, http://unix.stackexchange.com/questions/59372/error-on-application-install-lib-ld-linux-so-2-bad-elf-interpreter-no-such-f com> wrote: > Hello Members, > > I am trying to install some software, for which I have to execute the > below bin > > ./RunSilentInstall.sh > > However, when I do that I see below error elf interpreter > > ./RunSilentInstall.sh: ./validate.LINUX-X86: /lib/ld-linux.so.2: bad ELF > interpreter: No such file or directory > An unexpected error occurred while validating the root username and > password. > > I have cross verified the root credentials, they are fine. > I am very sure that I need bad elf interpreter some 32-bit library, but I am not sure of > exactly which one, can somebody help me on this? > For future reference, you already know you need /lib/ld-linux.so.2, so you can just run: # yum install /lib/ld-linux.so.2 And 'yum' will look up what provides that file, and install it. You don't need to track down the package name or anything. But if you wanted to just check to see what package it was, you can run: # yum whatprovides /lib/ld-linux.so.2 ...and it'll tell you which package it can be found in, which in this case is the 32-bit version of the glibc package. -- Jonathan Billings Follow-Ups: Re: Installation on rhel 6.5 From: Abhishek Tyagi References: Re: Installation on rhel 6.5 From: amiteshsahay [Date Prev][Date Next] [Thread Prev][Thread Next] [Thread Index] [Date Index] [Author Index]

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Unix & Linux Questions Tags Users Badges Unanswered Ask Question _ Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Error on application install: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory up vote 2 down vote favorite When I executed a command to install an application, the following error occurred /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory I was not aware on how to fix this problem. I found the following solution online: yum install glibc.i686 or yum install glibc.i386 But bad luck, this did not work at all. It was throwing the following error: Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile Setting up Install Process No package glibc.i686 available. Error: Nothing to do Again I tried to resolve this and got some solutions from net Download glibc rpm packge for centos 6 and install them. I downloaded the following packages: glibc-2.12-1.80.el6.i686.rpm glibc-common-2.12-1.80.el6.i686.rpm glibc-devel-2.12-1.80.el6.i686.rpm glibc-headers-2.12-1.80.el6.i686.rpm glibc-static-2.12-1.80.el6.i686.rpm glibc-utils-2.12-1.80.el6.i686.rpm And tried to install with following command: yum install glibc.i686 rpm -U glibc-2.12-1.80.el6.i686.rpm rpm -ivh glibc-2.12-1.80.el6.i686.rpm None of them solved my problem. I got following message: [root@s7 tmp_glibc]# rpm -ivh glibc-2.12-1.80.el6.i686.rpm error: Failed dependencies: glibc-common = 2.12-1.80.el6 is needed by glibc-2.12-1.80.el6.i686 libfreebl3.so is needed by glibc-2.12-1.80.el6.i686 libfreebl3.so(NSSRAWHASH_3.12.3) is needed by glibc-2.12-1.80.el6.i686 To resolve the dependency problem I tried to install "glibc-common-2.12-1.80.el6.i686.rpm", but again bad luck runs and gives error: [root@s7 tmp_glibc]# rpm -ivh glibc-common-2.12-1.80.el6.i686.rpm error: Failed dependencies: glibc = 2.12-1.80.el6 is needed by glibc-common-2.12-1.80.el6.i686 libc.so.6 is needed by glibc-common-2.12-1.80.el6.i686 libc.so.6(GLIBC_2.0) is needed by glibc-common-2.12-1.80.el6.i686 libc.so.6(GLIBC_2.1) is needed by glibc-common-2.12-1.80.el6.i686 libc.so.6(GLIBC_2.1.1) is needed by glibc-common-2.12-1.80.el6.i686 libc

 

Related content

No related pages.