Linux2020. 12. 16. 11:33

예전에 겪었던 건데 일단 이유만 말하자면

바이너리 파일은 32bit용

실행 환경은 64bit인데 32bit 호환용 라이브러리가 없어서 에러를 그따구로 내는 것!

 

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

 

[링크 : https://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists]

[링크 : https://minimonk.tistory.com/6541]

'Linux' 카테고리의 다른 글

udev  (0) 2021.01.05
uio - userspace io  (0) 2021.01.05
ifconfig wan  (0) 2020.12.11
dsa distributed switch architecture  (0) 2020.12.11
linux command line에서 mp3 재생하기  (0) 2020.12.08
Posted by 구차니