Skip to content

Glibc

版本对照表

UbuntuDebianRHELFfmpegglibcgcc
26.0413 (Trixie)--8.x2.4315.x / 16.x
24.0412 (Bookworm)10.x--2.3911.x.x
------7.1.12.35--
22.04--9.x--2.34--
20.0411----2.31--
------6.1.1/7.12.29--
--108.x--2.28--
18.04--8.x--2.2710.x.x / 9.x.x
--9----2.24--
------6.02.23--
14.048----2.19--
----7.x5.1.22.17--
12.04------2.15--
--7----2.13--
----6.x--2.12--

常用方法

shell
# 查看版本一
ldd --version
# 查看版本二
find / -name libc.so.6
/xxxx/libc.so.6
strings libc.so.6 | grep GLIBC