install BIN version of JDK fails as follows

OK I need glibc2.2.4....where do I get this from and why isnt in this install if it is needed?

jdk1.5.0_10/bin/unpack200: /lib/libc.so.6: version `GLIBC_2.2.4' not found (required by jdk1.5.0_10/bin/unpack200)

Failed to unpack jar files jre/lib/deploy.jar. Please refer

to the Troubleshooting section of the Installation

Instructions on the download page for more information.

ERROR: Installation failed. Please refer to the Troubleshooting Section of

the Installation Instructions on the download page.

[547 byte] By [ihopetoa] at [2007-10-3 11:49:47]
# 1
What OS are you using? Don't just say Linux. What distro, version, etc.Trust me, you don't want programs just installing all the libraries they need. Your system would end up with 50 different versions of every library known to mankind.
codebooka at 2007-7-15 14:23:23 > top of Java-index,Java Essentials,New To Java...
# 2
my linux box is running red hat 7.0....
ihopetoa at 2007-7-15 14:23:23 > top of Java-index,Java Essentials,New To Java...
# 3
How new are you to Linux?
codebooka at 2007-7-15 14:23:23 > top of Java-index,Java Essentials,New To Java...
# 4

The standard C library (libc) is an important part of the operating system, it makes no sense to slap it in with the install of some developer tools...

I doubt you can find an RPM fit for red hat 7, I'd recommend installing or upgrading to a recent distribution.. RH7 is 6-7 years old, a lot can happen in that time.

If you can't upgrade and really need Java, you can install glibc from source code.. download & installation instructions here

http://www.gnu.org/software/libc/

http://www.gnu.org/software/libc/manual/html_node/Installation.html

jsalonena at 2007-7-15 14:23:23 > top of Java-index,Java Essentials,New To Java...