GLIBC_2.32 not found1 GLIBC_2.32, GLIBC_2.33 , GLIBC_2.34 and GLIBC_2.35 not found OS : ubuntu 20.04 >> GLIBC_2.32, GLIBC_2.33 , GLIBC_2.34 and GLIBC_2.35 not found 라는 에러 메시지가 떴다. 인터넷을 뒤져보니 아래와 같은 명령으로 update를 할 수 있을 것 같았지만, 안 되더라... >> apt update && apt install libc6 더 뒤져보니, 아래와 같은 방법으로 수동 업데이트할 수 있었다. pip install pyyaml apt install gawk bison mkdir $HOME/glibc/ && cd $HOME/glibc wget http://ftp.gnu.org/gnu/libc/glibc-2.32.tar.gz tar -xvzf glibc-2.32.tar.gz mkdir build mkdir .. 2024. 2. 14. 이전 1 다음