Ubuntu 13.10에 Flash Debug Player를 설치하려고 할 때 libssl3.so가 없습니다.


8

일반적인 방법으로 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에서 수행하려면 어떻게해야합니까?

답변:


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.