Building the VirtualBox Guest Additions kernel modules [FAILED]
(Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong)
/var/log/vboxadd-install.log:
Makefile:23: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
method:
as root
(Your system does not seem to be set up to build kernel modules.
Look at /var/log/vboxadd-install.log to find out what went wrong)
/var/log/vboxadd-install.log:
Makefile:23: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again.. Stop.
method:
as root
# yum groupinstall "Development Tools"
# yum groupinstall "Development Libraries"
# yum install unifdef rpm-build
export KERN_DIR=/usr/src/kernels/2.6.18-164.15.1.el5-i686/
sh ./VBoxLinuxAdditions-x86.run
本文解决在安装VirtualBox Guest Additions时遇到的构建kernel模块失败的问题。通过安装必要的开发工具和库,指定了正确的Linux内核源目录,最终成功运行了安装程序。
6万+

被折叠的 条评论
为什么被折叠?



