網頁

2014年2月19日 星期三

CentOS 安裝 Viturebox Guest Additions 失敗

錯誤訊息:unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.
解決方式:
# yum install -y gcc kernel-devel
# reboot
kernel 更新後必須更新軟體。

錯誤訊息:Building OpenGL support module ... failed
解決方式:
# cd /usr/src/kernels/2.6.32-431.5.1.el6.i686/include/drm/ 
# ln -s /usr/include/drm/drm.h drm.h 
# ln -s /usr/include/drm/drm_sarea.h drm_sarea.h 
# ln -s /usr/include/drm/drm_mode.h drm_mode.h 
# ln -s /usr/include/drm/drm_fourcc.h drm_fourcc.h


沒有留言:

張貼留言