1.실행에 필요한 라이브러리 확인 j@j-VirtualBox:~$ ldd getting-confused linux-vdso.so.1 (0x00007ffcbe555000) libc.musl-x86_64.so.1 => not found 2.라이브러리 설치 j@j-VirtualBox:~$ apt-get install musl-dev
1.실행에 필요한 라이브러리 확인
j@j-VirtualBox:~$ ldd getting-confused linux-vdso.so.1 (0x00007ffcbe555000) libc.musl-x86_64.so.1 => not found
2.라이브러리 설치
j@j-VirtualBox:~$ apt-get install musl-dev