Page 1 of 1

installation problem on fedora 9

Posted: 30. Jul 2008, 15:51
by hayzam
i am running FC9 on hp nx6325 AMD64 ...

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.
and my kernel hearders are :

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 ~]# 
anyone can help ?!