$ getconf -a | grep libc
GNU_LIBC_VERSION glibc 2.31
$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.7) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
위 2가지 명령어를 통해 설치된 GLIBC 를 확인할 수 있다.
출처 : https://ososoi.tistory.com/79
[Linux/Unix] GLIBC 버전 확인하기
centos7에서 테스트 하였습니다. glibc 버전을 확인 하기 위해서 쉘에서 다음의 명령어 들로 확인 할 수 있다. $ getconf -a | grep libc GNU_LIBC_VERSION glibc 2.5 $ ldd --version ldd (GNU libc) 2.5 Copyright (C) 2006 Free Soft
ososoi.tistory.com
728x90