Linux
[Linux] error while loading shared libraries: libncurses.so.5
plastic2113
2023. 11. 9. 08:50
728x90
반응형
1. Error발생
아래와 같은 에러 발생 : libncurses.so.5가 없단다..
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
반응형
2. trouble-shooting
먼저, 레포추가
add-apt-repository universe
패키지 설치 (64bit)
apt-get install libncurses5
* 32bit 일 때는 아래 명령어
apt-get install libncurses5:i386
728x90
3. 마무리
다시 하려던 작업 재시도!
728x90
반응형