安装2.35的报错信息如下:
/usr/bin/install -c -m 644 /home/luolong/glibc-2.35/build/libc.a /usr/lib64/libc.a
/usr/bin/install -c -m 644 /home/luolong/glibc-2.35/build/libc_nonshared.a /usr/lib64/libc_nonshared.a
/usr/bin/install -c /home/luolong/glibc-2.35/build/libc.so /lib64/libc.so.6.new
mv -f /lib64/libc.so.6.new /lib64/libc.so.6
gcc -B/usr/bin/ -shared -nostdlib -nostartfiles \
-x assembler /dev/null -o /home/luolong/glibc-2.35/build/format.lds.so
gcc: relocation error: /lib64/libc.so.6: symbol __tunable_get_val, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference
make[1]: *** [Makerules:1041: /home/luolong/glibc-2.35/build/format.lds] Error 127
make[1]: Leaving directory '/home/luolong/glibc-2.35'
make: *** [Makefile:12: install] Error 2
sed: relocation error: /lib64/libpthread.so.0: symbol __libc_dl_error_tsd, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
安装失败后报错:使用ls等命令出现如下报错信息:
ls: relocation error: /lib64/libpthread.so.0: symbol __libc_dl_error_tsd, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
sed: relocation error: /lib64/libpthread.so.0: symbol __libc_dl_error_tsd, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
执行如下三个命令:
[root@s146 lib64]# sln /usr/lib64/libc-2.17.so /lib64/libc.so.6
[root@s146 lib64]# sln /usr/lib64/ld-2.17.so /usr/lib64/ld-linux-x86-64.so.2文章来源:https://www.toymoban.com/news/detail-451107.html
[root@s146 lib64]# sln /usr/lib64/libm-2.17.so /usr/lib64/libm.so.6文章来源地址https://www.toymoban.com/news/detail-451107.html
到了这里,关于安装GLIBC2.35失败的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!