Windows 10 已于2025年10月14日停止支持。如果您正在使用 Windows 10,参见 这篇文章

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Run 32bit Firefox on 64bit Linux

  • 1 个回答
  • 1 人有此问题
  • 162 次查看
  • 最后回复者为 James
  • 已解决

My OS is 64bit linux(Deepin 15.8). I have downloaded Firefox 52.9 esr(32 bit) , but i got error when running it. toshiba@toshiba-PC:/opt/firefox$ ./firefox XPCOMGlueLoad error for file /opt/firefox/libmozgtk.so: libgtk-3.so.0: cannot open shared object file: No such file or directory Couldn't load XPCOM. I do realy need java plugin support. How can I fix that?

My OS is 64bit linux(Deepin 15.8). I have downloaded Firefox 52.9 esr(32 bit) , but i got error when running it. toshiba@toshiba-PC:/opt/firefox$ ./firefox XPCOMGlueLoad error for file /opt/firefox/libmozgtk.so: libgtk-3.so.0: cannot open shared object file: No such file or directory Couldn't load XPCOM. I do realy need java plugin support. How can I fix that?

被采纳的解决方案

You will need to install the appropriate 32-bit libraries on Linux to use the 32-bit version.

The 32-bit Firefox 52.9.0esr was a requirement Only for Windows and not for on Mac OSX and Linux. The 64-bit Mac OSX and Linux Firefox 52.9.0esr from Mozilla could run other NPAPI Plugins besides the Silverlight and Flash Player Plugins as the Win64 Firefox 52.9.0esr would only allow to run.

Very few current things online now days still require the use of the NPAPI Java Plugin from Oracle. Right now only IE still allows the ever vulnerable Java Plugin to run.

Why do Java, Silverlight, Adobe Acrobat and other plugins no longer work? https://support.mozilla.org/en-US/kb/npapi-plugins

定位到答案原位置 👍 0

所有回复 (1)

选择的解决方案

You will need to install the appropriate 32-bit libraries on Linux to use the 32-bit version.

The 32-bit Firefox 52.9.0esr was a requirement Only for Windows and not for on Mac OSX and Linux. The 64-bit Mac OSX and Linux Firefox 52.9.0esr from Mozilla could run other NPAPI Plugins besides the Silverlight and Flash Player Plugins as the Win64 Firefox 52.9.0esr would only allow to run.

Very few current things online now days still require the use of the NPAPI Java Plugin from Oracle. Right now only IE still allows the ever vulnerable Java Plugin to run.

Why do Java, Silverlight, Adobe Acrobat and other plugins no longer work? https://support.mozilla.org/en-US/kb/npapi-plugins

由James于修改