江南北

关注

‘GLIBC_2.32‘ not found问题解决

江南北

关注

阅读 29

2022-01-06

1.下载

wget http://ftp.gnu.org/gnu/glibc/glibc-2.32.tar.gz

2.解压

tar -zxvf  glibc-2.32.tar.gz

3.配置

mkdir build
cd build

../configure  --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin

4.安装

# -j 8是用8个线程编译,跑的更快
make -j 8  
make install

5.查看版本

ldd --version

相关推荐

舟海君

-bash: scp: command not found问题解决

舟海君 61 0 0

小迁不秃头

mac zsh: command not found: adb 问题解决

小迁不秃头 103 0 0

程序员伟杰

mysql和mysqldump出现command not found 问题解决

程序员伟杰 102 0 0

晚安大世界

onfigure: error: no acceptable C compiler found in $PATH 问题解决

晚安大世界 53 0 0

一点读书

Error:A problem was found with the configuration of task ':app:packageDebug' 问题解决

一点读书 72 0 0

玉新行者

mvnForum 问题解决

玉新行者 44 0 0

洒在心头的阳光

MYSQL问题解决

洒在心头的阳光 219 0 0

柠檬果然酸

PytestUnknownMarkWarning问题解决

柠檬果然酸 204 0 0

佳简诚锄

乱码问题解决

佳简诚锄 206 0 0

鲤鱼打个滚

错误Invalid bound statement(not found):xxx问题解决办法

鲤鱼打个滚 106 0 0

精彩评论(0)

0 0 举报