Fedora 12 guest addition installation issue

Discussions about using Linux guests in VirtualBox.
Martin
Volunteer
Posts: 2562
Joined: 30. May 2007, 18:05
Primary OS: Fedora other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: XP, Win7, Win10, Linux, OS/2

Re: Fedora 12 guest addition installation issue

Post by Martin »

You don't need to set KERN_DIR manually if you have the right kernel-devel and kernel-headers packages installed.
mpehman
Posts: 2
Joined: 26. Apr 2010, 05:27
Primary OS: Mac OS X other
VBox Version: OSE other
Guest OSses: XP,Fedora12,unbuntu

Re: Fedora 12 guest addition installation issue

Post by mpehman »

Excelelnt.

So I re read the install.log file and saw the gcc errors indicating that it wasn't installed.

My original log file didn't indicate that so I just assumed it was there.

also originally I did not install the headers files.

so having installed the kernel-devel and the kernel-headers AND GCC I just got it working.

Fantastic!
kavar
Posts: 1
Joined: 10. Apr 2010, 00:25
Primary OS: Fedora other
VBox Version: OSE other
Guest OSses: winxp

Re: Fedora 12 guest addition installation issue

Post by kavar »

Hey I was having this problem with Fedora 13 "out of the box" finally got my head out of my butt and gave it the directory it was looking for... in my case I just needed to type: export KERN_DIR=/usr/src/kernels/`uname -r`

Cheers
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: Fedora 12 guest addition installation issue

Post by fixedwheel »

as this still is true:
Martin wrote:You don't need to set KERN_DIR manually if you have the right kernel-devel and kernel-headers packages installed.

please post the output of

Code: Select all

rpm -qa|grep kernel
Post Reply