当我尝试通过正常方式在 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
当然,这个问题的现有答案(安装 ia32-libs)不起作用,因为自从 MultiArch 在几个版本之前添加以来,该包就已经不存在了。
我需要做什么才能使其在 13.10 上运行?
答案1
我认为您需要安装 32 位 libnss3 包:
sudo apt-get install libnss3:i386