my centOS version is centos-release-6-6.el6.centos.12.2.x86_64
I have executed the following commands to extract and install glibc-2.15
tar zxvf glibc-2.14.tar.gz
cd glibc-2.14
mkdir build
cd build 
../configure --prefix=/opt/glibc-2.14 
make -j4
make install
But when I check glib version with command yum list glibc, it shows:
Installed Packages glibc.i686 2.12-1.192.el6 @base glibc.x86_64 2.12-1.192.el6 @base

