Compiling VBox 1.6.2 on Fedora 9

Discussions related to using VirtualBox on Linux hosts.
Post Reply
eliashickman
Posts: 3
Joined: 8. Jun 2008, 18:24

Compiling VBox 1.6.2 on Fedora 9

Post by eliashickman »

A lot of dependencies were needed to get it compiled. However I don't understand exactly what to do next.

Here's the output from ./configure.

Code: Select all

Successfully generated '/usr/local/VirtualBox-1.6.2/AutoConfig.kmk' and '/usr/local/VirtualBox-1.6.2/env.sh'.
Source '/usr/local/VirtualBox-1.6.2/env.sh' once before you start to build VBox:

  source /usr/local/VirtualBox-1.6.2/env.sh
  kmk

To compile the kernel module, do:

  cd ./out/linux.x86/release/bin/src
  make
I can 'source' the file okay, but what is kmk? Is this a program?
Also I don't have an 'out' directory on my machine. Doesn't Solaris use aout for it's kernel file format? Hmm! I don't know why I'm making that connection, the two aren't that intimately related.

Here's the complete list of deps that I needed to install to get it to successfully compile on my machine. For all the hats out there. :)

Code: Select all

yum install dev86 iasl libxml2-devel libxslt-devel libIDL-devel libpng-devel SDL-devel libXcursor-devel
Distorted Freak
Posts: 6
Joined: 27. Feb 2008, 18:46
Location: Netherlands

Post by Distorted Freak »

kernel-devel?
eliashickman
Posts: 3
Joined: 8. Jun 2008, 18:24

Got it

Post by eliashickman »

Code: Select all

rpm -qa | grep kernel-devel
kernel-devel-2.6.25.3-18.fc9.i686
kernel-devel-2.6.25.4-30.fc9.i686
 uname -r
2.6.25.4-30.fc9.i686
I have it installed but should I try to compile it in the kernel source tree? I'm not sure what you mean.
Thanks for the speedy reply though.
Distorted Freak
Posts: 6
Joined: 27. Feb 2008, 18:46
Location: Netherlands

Post by Distorted Freak »

Code: Select all

 yum install qt3 gcc kernel-devel

Code: Select all

/etc/init.d/vboxdrv setup
Should be working im also on Fedora 9
eliashickman
Posts: 3
Joined: 8. Jun 2008, 18:24

Solved

Post by eliashickman »

I actually found that RPM and just installed it that way. Thanks Distorted freak, now I just need help with the NAT interface.
:roll:

Any clues
Post Reply