CentOS在安装vnc的时候,提示Could not start Xvnc错误,导致安装失败,是什么原因导致的呢?出现该问题主要在CentOS 6.3系统中,下面小编就给大家介绍下CentOS安装vnc提示Could not start Xvnc的解决方法 。

[root@localhost media]# service vncserver start
Starting VNC server: 1:root
WARNING: The first attempt to start Xvnc failed,possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path。。。
Could not start Xvnc.
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
[FAILED]
需要增加3个包即可解决该问题
yum install pixman pixman-devel libXfont
【CentOS安装vnc后提示Could not start Xvnc怎么办?】 上面就是CentOS安装vnc提示Could not start Xvnc的解决方法的介绍了,主要是由于3个包的缺失所导致的,只需重新添加即可解决 。
推荐阅读
- Fedora 19下载安装NixNote的步骤
- rpm包怎么安装
- 如何安装kali操作系统
- Linux如何安装及配置Cgroup
- 在Linux中如何安装及配置Zsh
- RedHat下载安装JDK的方法
- Ubuntu系统安装屏幕保护XScreenSaver的步骤
- 卧室插座安装注意什么
- Gentoo系统如何安装Cacti工具
- 在Ubuntu 13.10上安装显卡驱动报错怎么办?
