Installation of Virtual Box Guest Edition Fails on OEL6U3
If you are trying the install the Virtual Box Guest Edition on OELU3 you might run into an error,
“The headers for current running kernal was not found”
To resolve the error follow the steps:
1. Configure the public yum repository if not done before
cd /etc/yum.repos.d
and execute the following 2 commands
yum install gcc kernel-devel make
yum install kernel-uek-devel-2.6.39.200.24.1.el6uek.x86_64
After this retry to install the Guest Edition
“The headers for current running kernal was not found”
To resolve the error follow the steps:
1. Configure the public yum repository if not done before
cd /etc/yum.repos.d
and execute the following 2 commands
yum install gcc kernel-devel make
yum install kernel-uek-devel-2.6.39.200.24.1.el6uek.x86_64
After this retry to install the Guest Edition
Comments