Discussion:
Installation on rhel 6.5
a***@aol.com
2014-05-14 17:00:57 UTC
Permalink
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?

Regards,

Amitesh Sahay
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
m***@5-cent.us
2014-05-14 17:10:33 UTC
Permalink
Post by a***@aol.com
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.
<snip>
Suggestion 1: is there a RunInstall.sh that's *not* silent?
Suggestion 2: run it as sh -v RunSilentInstall.sh

mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Jonathan Billings
2014-05-14 17:12:49 UTC
Permalink
Post by a***@aol.com
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 <***@umich.edu>
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Abhishek Tyagi
2014-05-15 01:26:58 UTC
Permalink
Dear Jonathan Billings

Please install the rpm package glibc.i686 os version dependent
Post by Jonathan Billings
Post by a***@aol.com
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
# 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.
# 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.
--
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
--
Abhishek tyagi
***@gmail.com
09873924446
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Abhishek Tyagi
2014-05-15 02:31:55 UTC
Permalink
Dear Jonathan Billings


*First verify the library rpm -qf */lib/ld-linux.so.2

procps-3.2.7-9.el5.x86_64
glibc-2.5-58.el5_6.3.x86_64
glibc-2.5-58.el5_6.3.x86_64
glibc-2.5-58.el5_6.3.x86_64
Post by Abhishek Tyagi
Dear Jonathan Billings
Please install the rpm package glibc.i686 os version dependent
Post by Jonathan Billings
Post by a***@aol.com
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
# 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.
# 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.
--
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
--
Abhishek tyagi
09873924446
--
Abhishek tyagi
***@gmail.com
09873924446
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Loading...