centos6升级到glibc-2.17

在新浪博客找到的,感谢这哥们,网上其他挨着试了都不行

wget http://ftp.gnu.org/gnu/libc/glibc-2.17.tar.gz
tar xzv glibc-2.17.tar.gz
cd glibc-2.17
mkdir build
../configure  --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin
make -j4
make install

本文出处http://blog.sina.com.cn/s/blog_5447555a0102wohg.html

 

posted on 2021-07-08 22:35  弘道者  阅读(140)  评论(0)    收藏  举报