i downloaded VirtualBox-1.6.2_31466_fedora9-1.x86_64.rpm from virtualbox site ... and installed the rpm ...
and had this error when running
Code: Select all
[root@localhost ~]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module [ OK ]
Recompiling VirtualBox kernel module [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
[root@localhost ~]# cat /var/log/vbox-install.log
Makefile:127: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.Code: Select all
[root@localhost ~]# rpm -qa |grep kernel
kernel-devel-2.6.25.11-97.fc9.x86_64
kernel-headers-2.6.25.11-97.fc9.x86_64
kernel-2.6.25.11-97.fc9.x86_64
kernel-2.6.25-14.fc9.x86_64
kerneloops-0.11-1.fc9.x86_64
[root@localhost ~]#