|
|
用apt-get install安装 virtualbox后启动出错,提示:
- The character device /dev/vboxdrv does not exist.
- Please install the virtualbox-ose-modules package for your kernel and
- load the module named vboxdrv into your system.
- You will not be able to start VMs until this problem is fixed.
复制代码
按照http://www.pcjx.com/Linux/lei/206440.html编译,到了m-a build virtualbox-ose-modules这一步时,出错信息是
- kmk -C /lib/modules/2.6.26-1-686/build M=/usr/src/modules/virtualbox-ose
- │ kmk[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-686'
- │ kmk[1]: Makefile: 没有那个文件或目录
- │ kmk[1]: *** No rule to make target `Makefile'. Stop.
- │ kmk[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-686'
- │ kmk: *** [binary-modules] Error 2
- │ make: *** [kdist_build] 错误 2
复制代码 |
|