zhongguiyao

 

今天在安装Firefox时,出现如下错误

 

[root@localhost ~]# firefox 
XPCOMGlueLoad error for file /usr/lib64/firefox/libxul.so:
/lib64/libnss3.so: version `NSS_3.30\' not found (required by /usr/lib64/firefox/libxul.so)
Couldn\'t load XPCOM.

 

查找资料得知,只需安装nss.x86_64即可

yum install nss.x86_64 -y

 

分类:

技术点:

相关文章:

  • 2021-09-04
  • 2021-11-18
  • 2021-09-16
  • 2021-10-19
  • 2021-08-13
  • 2022-01-08
  • 2021-11-10
猜你喜欢
  • 2021-11-30
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案