Press "Enter" to skip to content

查看系统glibc版本

Linux系统中查看glibc的版本有三条命令:

ldd --version
getconf -a |grep glibc -i
/lib/libc.so.6      直接执行此文件,会有版本信息

/lib/libc.so.6是个软链接(非常重要),一般是指向/lib/libc-2.5.so,此软链接切不可移动或更名,否则系统将无法启动。

查看系统glibc支持的版本:

$ strings /lib64/libc.so.6 |grep GLIBC_
Leave a Reply

Your email address will not be published. Required fields are marked *