virtualbox有个增强工具,安装之后用户体验是非常爽的.但是有些时候在安装增强工具会遇到一些小问题,无非是没有安装gcc,make之类的编译工具或是需要安装kernel*.而我遇到的问题在做了这些操作之后仍然在building the main guest additions报错.于是去查看日志(vb的日志存在/var/log/vboxinstall.log中).报错内容如下: /tmp/vbox./r0drv/linux/memobj-r0drv-linux.c: In function
在virtualbox安装了centOS,想安装增强功能时,系统提示: building the main Guest Additions module Failed 于是尝试了以下两步操作: (1)yum install gcc kernel-devel kernel-headers (2)yum update kernel 重新运行增强包中autorun.sh时,提示错误: The missing package can be probably installed with yum ins
redhat 6.4 安装VirtualBox自动增强功能功能的时候提示: building the main Guest Additions module FAILED unable to find the sources of your current Linux kernel. Specify KERN_DIR-<directory> and run Make again 这个时候需要检测gcc make kernel-level kernel-header 等文件是否安装.具体使用如下