CentOS 6.x系統升級glibc庫至2.15版本的快速解決辦法
1、先確保相關軟件包已經安裝
yum install -y glibc
yum install -y glibc-common
yum install -y glibc-devel
yum install -y glibc-headers
yum install -y glibc-static
yum install -y glibc-utils
2、下載升級所需軟件包
mkdir /usr/local/glibc-2.15
cd /usr/local/glibc-2.15
wget http://ftp.redsleeve.org/pub/steam/glibc-2.15-60.el6.i686.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-devel-2.15-60.el6.i686.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-utils-2.15-60.el6.x86_64.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-2.15-60.el6.x86_64.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-common-2.15-60.el6.x86_64.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-static-2.15-60.el6.x86_64.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-static-2.15-60.el6.i686.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-devel-2.15-60.el6.x86_64.rpm
wget http://ftp.redsleeve.org/pub/steam/glibc-headers-2.15-60.el6.x86_64.rpm
3、升級
rpm -Uvh *.rpm
4、驗證升級結果
strings /lib64/libc.so.6 |grep GLIBC