http://www.virtualbox.org/wiki/Linux_Downloads
then you will to run the machine,you will got a message that the VirtualBox Kernel had not been setup.
I ran:
Code:
/etc/init.d/vboxdrv setup
Code:
Stopping VirtualBox kernel module [ OK ] Recompiling VirtualBox kernel module [FAILED] (Look at /var/log/vbox-install.log to find out what went wrong)
Code:
which: no dkms in (/sbin:/usr/sbin:/bin:/usr/bin) Makefile:127: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
so you mast run some commands if you already have the packages installed.
Code:
# yum groupinstall "Development Tools" # yum groupinstall "Development Libraries" # yum install unifdef rpm-build
Code:
$ cd ~/usr/src/kernels/2.6.27.25-170.2.72.fc10.x86_64/ $ make oldconfig $ make prepare $ make
Code:
# export KERN_DIR=/usr/src/kernels/2.6.27.25-170.2.72.fc10.x86_64/ # /etc/init.d/vboxdrv setup Stopping VirtualBox kernel module [ OK ] Recompiling VirtualBox kernel module [ OK ] Starting VirtualBox kernel module [ OK ]