일반적인 방법으로 Ubuntu 13.10에 Flash Debug Player를 설치하려고하면 다음 오류가 발생합니다.
$ sudo nspluginwrapper -v -i /usr/lib/adobe-flashplugin/libflashplayer.so
*** NSPlugin Viewer *** ERROR: libssl3.so: cannot open shared object file: No such file or directory
*** NSPlugin Viewer *** ERROR: libssl3.so: cannot open shared object file: No such file or directory
nspluginwrapper: no appropriate viewer found for /usr/lib/adobe-flashplugin/libflashplayer.so
이 문제에 대한 기존 답변 (install ia32-libs)은 물론 작동하지 않습니다. MultiArch가 버전 이전에 추가 된 이후 해당 패키지가 존재하지 않았기 때문입니다.
이 작업을 13.10에서 수행하려면 어떻게해야합니까?
답변
32 비트 libnss3 패키지를 설치해야한다고 생각합니다.
sudo apt-get install libnss3:i386