I am using rhel3 with glibc-2.3.2. I am trying to migrate to jdk8 from JDK5 but getting issue with GLIBC depencency like below. Basically JDK1.7 onward, there is this dependency with GLIBC_2.4.
java -version
Error: dl failure on line 883
Error: failed /homes/jdk1.8.0_45/jre/lib/i386/server/libjvm.so, because /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /homes/JDK1.8/jdk1.8.0_45/jre/lib/i386/server/libjvm.so)
I can not install latest GLIBC in my current system, since existing glibc version is required for some other software compilation. How can I proceed ?