1.从http://ftp.gnu.org/gnu/glibc/glibc-2.17.tar.gz
下载文件
2、安装部署
[root@kafzook1 /]# tar -xf glibc-2.17.tar.gz [root@kafzook1 /]# cd glibc-2.17 [root@kafzook1 glibc-2.17]# mkdir build; cd build [root@kafzook1 build]# ../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin [root@kafzook1 build]# make -j 8 [root@kafzook1 build]# make install [root@kafzook1 /]# strings /lib64/libc.so.6 | grep GLIBC
3.查看版本