I want to upgrade my current running applications to latest version. But due to some package issue i am unable to install them.
I get common error in that: /usr/lib64/libstdc++.so.6: version 'GLIBCXX_3.4.15' not found
.
When i tried to update glibc package i get following output:
[root@agastya ~]# yum install glibc
Loaded plugins: refresh-packagekit, rhnplugin
epel/metalink | 3.8 kB 00:00
epel | 4.3 kB 00:00
epel/primary_db | 5.0 MB 01:33
epel-testing/metalink | 3.8 kB 00:00
epel-testing | 4.3 kB 00:00
epel-testing/primary_db | 295 kB 00:03
rhel-x86_64-server-6 | 1.8 kB 00:00
rhel-x86_64-server-6/primary | 11 MB 02:02
rhel-x86_64-server-6 8816/8816
Setting up Install Process Package glibc-2.12-1.80.el6_3.6.x86_64 already installed and latest version Nothing to do
[root@agastya ~]#
Should i need to add some more repositories?
If yes, how?