I tried the following steps(in order):
- yum update
yum install gcc
yum install kernel-devel
yum install kernel-uek-devel
Reboot my Linux guest VM
- wget http://download.virtualbox.org/virtualb ... 4.3.24.iso
mount -o loop VBoxGuestAdditions_4.3.24.iso /mnt
cd /mnt
sudo ./VBoxLinuxAdditions.run
- Building the main Guest Additional module: FAILED
Look at /var/log/vboxadd-install.log
grep: /lib/modules/3.8.13-55.1.8.el6uek.x86_64/build/include/linux/version.h: No such file or directory
and some other stuff.
I could not find the specified file in the mentioned location. Am I missing something obvious. Any help appreciated.
Thanks.