This is the error i get:
Code: Select all
# sudo /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules [ OK ]
Uninstalling old VirtualBox DKMS kernel modules [ OK ]
Trying to register the VirtualBox kernel modules using DKMS
Error! Your kernel headers for kernel 2.6.32-431.1.2.0.1.el6.x86_64 cannot be found at
/lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/build or /lib/modules/2.6.32-431.1.2.0.1.el6.x86_64/source.
[FAILED]
(Failed, trying without DKMS)
Recompiling VirtualBox kernel modules [FAILED]
(Look at /var/log/vbox-install.log to find out what went wrong)
Code: Select all
# uname -r
2.6.32-431.1.2.0.1.el6.x86_64
Code: Select all
Uninstalling modules from DKMS
removing old DKMS module vboxhost version 4.3.22
------------------------------
Deleting module version: 4.3.22
completely from the DKMS tree.
------------------------------
Done.
Attempting to install using DKMS
Creating symlink /var/lib/dkms/vboxhost/4.3.22/source ->
/usr/src/vboxhost-4.3.22
DKMS: add Completed.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:183: *** Error: unable to find the sources of your current Linux kerne$
I've alredy tryed all bug fix i find on the interent =/ Please anyone know how to fix it ?