centos升級到GLIBC_2.18


/lib64/libc.so.6: version `GLIBC_2.18' not found (required by fd)


1、下載文件
下載地址:https://mirrors.tuna.tsinghua.edu.cn/gnu/glibc/glibc-2.18.tar.gz

2、安裝部署
解壓
tar -zxvf  glibc-2.18.tar.gz

創建編譯目錄
cd glibc-2.18 
mkdir build

編譯、安裝
cd build/
../configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin

make -j 8
make install


### 系統版本
7.8.2003  

實驗確實沒問題

https://www.cnblogs.com/hiyang/p/14022290.html


免責聲明!

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



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