admin管理员组文章数量:1794759
linux 6.3 vnc安装包,CentOS
[root@localhost ~]# yum install tigervnc*
注意:
打开vnc报以下错误
Fri Mar 28 14:59:52 2014
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5901
vncext: Listening for HTTP connections on all interface(s), port 5801
vncext: created VNC server for screen 0
[dix] Could not init font path element /usr/share/X11/fonts/misc, removing from list!
[dix] Could not init font path element built-ins, removing from list!
Fatal server error:
could not open default font 'fixed'
解决方法:
升级 yum install libXfont-1.4.5-*
在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
在这里做个记录,同时也希望能帮到同样遇到此问题的同仁们。
本文标签: linux 63 vnc安装包CentOS
版权声明:本文标题:linux 6.3 vnc安装包,CentOS 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1699528948a373185.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论