aptitude나 apt-get, 또는 시냅틱을 이용하지 않고 프로그램을 설치하는 경우..
특히 thunderbird나 sunbird를 최신판으로 사용하고자 직접 받아서 설치하는 경우
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
라는 에러가 뜬다.
당연히 library가 없어서 그런 것인데
aptitude install libstdc++5
위 명령어로 설치해준 후 다시 시도하면 해결.
특히 thunderbird나 sunbird를 최신판으로 사용하고자 직접 받아서 설치하는 경우
error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
라는 에러가 뜬다.
당연히 library가 없어서 그런 것인데
aptitude install libstdc++5
위 명령어로 설치해준 후 다시 시도하면 해결.
