본문 바로가기

Computer science (이동 완료)/linux

Linux 버전 별 glibc, glibc2

  • glibc 버전 확인

$ getconf -a | grep libc

$ ldd --version

 

  • glibc 업데이트 방법

https://tutorials.tinkink.net/en/linux/how-to-update-glibc.html

 

 

  • Redhat 7 = CentOS 7 과는 binary 레벨에서 호환됩니다. 즉, 돌고 있는 프로그램 그대로 떠다가 옮기면 잘 돌아갑니다. 동일하게 Redhat 8 = CentOS 8 = Rocky 8 끼리 Redhat 9 = Rocky 9 끼리 호환이 됩니다. 주의! 다른 버전끼리는 호환되지 않습니다.

 

 

 

 

출처 : https://multitab.tistory.com/246?category=300861 

 

'Computer science (이동 완료) > linux' 카테고리의 다른 글

정적 라이브러리와 공유 라이브러리  (0) 2023.08.31
gcc 란  (0) 2023.08.30
[linux] libc와 glibc의 차이  (0) 2023.08.29
NFS 란  (0) 2023.08.25
[ubuntu] apt의 이해  (0) 2023.08.01