When I run the autorun from Gnome I get
vboxadd.sh: Building Guest Additions kernel modules.
Failed to set up service vboxadd, please check the log file
/var/log/VBoxGuestAdditions.log for details.
When I check the log it gives me this message:
vboxadd.sh: failed: Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed..
I've done a yum install for kernel-headers, kernel-devel, gcc, make
The last time I installed this on OEL 6.4 with somewhere around mid-4 version of VB I didn't run into any issues. Any ideas?
Install Additions on Oracle Linux 6.8 Guest - Fails looking like missing headers or gcc
-
dmittleider
- Posts: 14
- Joined: 18. Dec 2013, 21:34
-
dmittleider
- Posts: 14
- Joined: 18. Dec 2013, 21:34
Re: Install Additions on Oracle Linux 6.8 Guest - Fails looking like missing headers or gcc
If this helps, this is uname -a says my version is 4.1.12-61.1.6.el6uek.x86_64 and the headers says 4.4.19-4.4.y20160823.ol6.x86_64. Maybe a version mismatch, anybody know the command to clean that up?
-
dmittleider
- Posts: 14
- Joined: 18. Dec 2013, 21:34
Re: Install Additions on Oracle Linux 6.8 Guest - Fails looking like missing headers or gcc
I think it's working now:
I did yum remove kernel-headers
and then
yum -y install kernel-uek-devel-$(uname -r)
I did yum remove kernel-headers
and then
yum -y install kernel-uek-devel-$(uname -r)
Re: Install Additions on Oracle Linux 6.8 Guest - Fails looking like missing headers or gcc
It worked for me, too. Similar problem, this solution worked.
(Why software from Oracle needs mystical patches to work with software form Oracle ... ah well)
(Why software from Oracle needs mystical patches to work with software form Oracle ... ah well)