This is java_ee_sdk-5_04-linux.bin
And the problem is
/root/Desktop/java_ee_sdk-5_04-linux.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
The binary is not on the machine.
The solution is
[root@localhost ~]# yum install compat-libstdc++*
And Bobs your Auntie
[root@localhost ~]# yum install compat-libstdc++*
Loading “installonlyn” plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
–> Populating transaction set with selected packages. Please wait.
—> Downloading header for compat-libstdc++-33 to pack into transaction set.
compat-libstdc++-33-3.2.3 100% |=========================| 7.2 kB 00:00
—> Package compat-libstdc++-33.i386 0:3.2.3-61 set to be updated
—> Downloading header for compat-libstdc++-296 to pack into transaction set.
compat-libstdc++-296-2.96 100% |=========================| 3.4 kB 00:00
—> Package compat-libstdc++-296.i386 0:2.96-138 set to be updated
—> Downloading header for compat-libstdc++-33 to pack into transaction set.
compat-libstdc++-33-3.2.3 100% |=========================| 7.2 kB 00:00
—> Package compat-libstdc++-33.x86_64 0:3.2.3-61 set to be updated
–> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
compat-libstdc++-296 i386 2.96-138 base 90 k
compat-libstdc++-33 i386 3.2.3-61 base 232 k
compat-libstdc++-33 x86_64 3.2.3-61 base 227 k
Transaction Summary
=============================================================================
Install 3 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 549 k
Is this ok [y/N]: y
Downloading Packages:
(1/3): compat-libstdc++-3 100% |=========================| 232 kB 00:01
(2/3): compat-libstdc++-2 100% |=========================| 90 kB 00:00
(3/3): compat-libstdc++-3 100% |=========================| 227 kB 00:01
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: compat-libstdc++-33 ######################### [1/3]
Installing: compat-libstdc++-33 ######################### [2/3]
Installing: compat-libstdc++-296 ######################### [3/3]
Installed: compat-libstdc++-296.i386 0:2.96-138 compat-libstdc++-33.i386 0:3.2.3-61 compat-libstdc++-33.x86_64 0:3.2.3-61
Complete!
And then it will install.