Installing vboxaddtion failed in Oracle Linux 6.5
Posted: 5. May 2017, 16:32
Dear all,
my guest os is Oracle Linux 6.5
my host os is Windows 8.1
my virtualbox is 5.14
prior to installing vboxaddition
when I install Virtualbox addition, it always failed with
also I found out that following
If you realize the above, there's a mismatch in the kernel directory and the actual version?
How should I proceed from here?
thanks
my guest os is Oracle Linux 6.5
my host os is Windows 8.1
my virtualbox is 5.14
prior to installing vboxaddition
Code: Select all
yum install kernel-headers kernel-devel
yum install kernel-uek-devel yum install kernel-uek-headers
Code: Select all
/tmp/vbox.0/Makefile.include.header:97: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.
Creating user for the Guest Additions.
Creating udev rule for the Guest Additions kernel module.
Code: Select all
[root@ol65-12102 ~]# ls -l /usr/src/kernels/
total 8
drwxr-xr-x. 22 root root 4096 May 1 21:34 2.6.32-696.1.1.el6.x86_64
drwxr-xr-x. 22 root root 4096 May 5 21:52 4.1.12-94.2.1.el6uek.x86_64
[root@ol65-12102 ~]# uname -r
3.8.13-118.17.5.el6uek.x86_6
How should I proceed from here?
thanks