Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> 關於Linux >> CentOS安裝vnc後提示Could not start Xvnc怎麼辦?

CentOS安裝vnc後提示Could not start Xvnc怎麼辦?

日期:2017/1/25 10:39:15      編輯:關於Linux

  CentOS在安裝vnc的時候,提示Could not start Xvnc錯誤,導致安裝失敗,是什麼原因導致的呢?出現該問題主要在CentOS 6.3系統中,下面小編就給大家介紹下CentOS安裝vnc提示Could not start Xvnc的解決方法。

 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個包的缺失所導致的,只需重新添加即可解決。

Copyright © Windows教程網 All Rights Reserved