博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Linux下firefox安装
阅读量:6544 次
发布时间:2019-06-24

本文共 1045 字,大约阅读时间需要 3 分钟。

转为root,

yum install firefox

但是随即出现问题:

(firefox:4871): GnomeUI-WARNING **: While connecting to session manager:

None of the authentication protocols specified are supported.

/usr/lib/firefox/firefox: symbol lookup error: /usr/lib/libgdk-x11-2.0.so.0: undefined symbol: _XGetRequest

yum真不是个好东西。。。

google被墙,百度找不到,辗转到yahoo日本去找。

找到:

 - 

nixcraft.com/.../19976-Problem-With-VNC-refreshing-(Centos... - 

/usr/bin/gnome-session: symbol lookup error: /usr/lib64/libgdk-x11-2.0.so.0undefined symbol_XGetRequest (nautilus:17444): EggSMClient-WARNING **: Failed to connect to the session manager: IO error occured opening ...

地址:http://nixcraft.com/showthread.php/19976-Problem-With-VNC-refreshing-(Centos-6-2)

正文太长懒得看,反正有一样的错误,直接看解决方案:

Default Solved

I figrued out what was going wrong. After looking into the log file and finding that error message, I was able to deduce that I need to upade xlibs. Once this was done everything worked fine.
For anyone that runs into this issue run this command:
yum install libX11

解决。

转载于:https://blog.51cto.com/8878683/1602486

你可能感兴趣的文章
数据库迁移工具
查看>>
【喜报】HCIE--PASS !最可怕的敌人,就是没有坚强的信念!
查看>>
想学前端,为什么不看这些书呢?
查看>>
记一次mapreduce读取不到输入文件的问题
查看>>
我的友情链接
查看>>
MariaDB集群Galera Cluster的研究与测试
查看>>
SONY控制键盘JX-11,EVI-D70P控制方案
查看>>
Spring AOP 之二:Pointcut注解表达式
查看>>
在普通台式机上搭建服务器虚拟化架构Esxi平台
查看>>
电话线路 30B+D 名词解释
查看>>
python字典嵌套字典实例
查看>>
吉炬消费系统软件输入密码后无法打开软件界面故障处理
查看>>
Hibernate学习系列————注解一对多双向实例
查看>>
Cannot load from mysql.proc
查看>>
网络运维之 EX4200消除var分区使用过高的告警
查看>>
【最好的流程是没有流程】
查看>>
Apache Thrift 教程
查看>>
Python Epoll
查看>>
AS3歌词同步详解
查看>>
单例模式
查看>>