Centos 升級glibc 親測好用


 wget http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz 
 tar zxf glibc-2.18.tar.gz
 cd glibc-2.18/
 mkdir build
 cd build/
  ../configure --prefix=/usr
  make -j2
  strings /lib64/libc.so.6 |grep GLIBC_
  make install
  strings /lib64/libc.so.6 |grep GLIBC_
  history


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM