如何解决CentOS安装vnc后提示Could not start Xvnc

时间:2015-05-25989举报小编:123

    有的朋友说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的解决方法的介绍了,主要是由于3个包的缺失所导致的,只需重新添加即可解决。