Re: Installation on rhel 6.5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, May 14, 2014 at 1:00 PM, <amiteshsahay@xxxxxxx> 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
>
> ./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 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 <jsbillin@xxxxxxxxx>
-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list




[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux