It might have been a typo. I was able to actually install it using yum, but I cant create a VM, I get this error trying to execute /etc.init.d/vboxdrv setup
[root@tonto 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@tonto init.d]# more /var/log/vbox-install.log
Attempting to install using DKMS
removing old DKMS module vboxdrv version 2.2.2
------------------------------
Deleting module version: 2.2.2
completely from the DKMS tree.
------------------------------
Done.
Creating symlink /var/lib/dkms/vboxdrv/2.2.2/source ->
/usr/src/vboxdrv-2.2.2
DKMS: add Completed.
Error! Your kernel source for kernel 2.6.18-128.el5 cannot be found at
/lib/modules/2.6.18-128.el5/build or /lib/modules/2.6.18-128.el5/source.
You can use the --kernelsourcedir option to tell DKMS where it's located.
Failed to install using DKMS, attempting to install without
Makefile:140: *** Error: unable to find the sources of your current Linux kernel
. Specify KERN_DIR=<directory> and run Make again. Stop.
Any help would be appreciated, thanks!