CentOS 6.3安装VNC报错Could not start Xvnc的解决办法


在CentOS 6.3环境下安装VNC报错如下:

[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

在这里做个记录,同时也希望能帮到同样遇到此问题的同仁们。

VNC的安装配置

CentOS 6.3安装和配置VNC

Linux下强制不检测依赖安装VNC

CentOS6 VNC服务安装配置

VNC远程控制安装和设置

Windows远程桌面访问Ubuntu 12.04 之安装VNC

opicnews.aspx?tid=14

相关内容