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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-10-16
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2021-11-07
  • 2021-06-11
  • 2022-03-07
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案