[Solved] Problem with Virtualbox install

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
f.bluedevil
Posts: 91
Joined: 9. Jan 2011, 23:06

[Solved] Problem with Virtualbox install

Post by f.bluedevil »

Code: Select all

Checking for environment: Determined build machine: linux.amd64, target machine: linux.amd64, OK.
Checking for kBuild: found, OK.
Checking for gcc: found version 4.8.2, OK.
Checking for Open Watcom: 
  ** Open Watcom was not found!
Checking for iasl: found version 20140926, OK.
Checking for xslt: found, OK.
Checking for mkisofs: found mkisofs 3.01a16 (x86_64-unknown-linux-gnu) Copyright (C) 1993-1997 Eric Youngdale (C) 1997-2013 Joerg Schilling, OK.
Checking for pthread: found, OK.
Checking for libxml2: found version 2.9.1, OK.
Checking for libIDL: 
  ** libIDL-config (variable libIDL-config) not found!
Check /usr/src/slapt-src/system/virtualbox/VirtualBox-4.3.18/configure.log for details
fakeroot -- sh virtualbox.SlackBuild Failed
This is the output I received while attempting to install Virtualbox from sorcery.

I have done the following in my attempt to install so far:
Installed the kernel headers per the wiki instructions.
added a vboxusers group and added myself to the group.
installed cmake
installed dkms
Tried to find a package 'Open Watcom' and libIDL-config' and found neither.
goggled around aimlessly

Any help/advice appreciated
Last edited by f.bluedevil on 12. Dec 2014, 00:27, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: Problem with Virtualbox install

Post by gapan »

It needs libidl.

But really, do yourself a favor, download the binary from the virtualbox homepage and install it.
Image
Image
stvnx7
Posts: 9
Joined: 24. Aug 2014, 19:35

Re: Problem with Virtualbox install

Post by stvnx7 »

gapan wrote:It needs libidl.

But really, do yourself a favor, download the binary from the virtualbox homepage and install it.
This is awesome. I was spending too much time trying to get this to work from spi. Two minutes after finding this thread I got this from the binary download:

Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation............
VirtualBox Version 4.3.20 r96996 (2014-11-21T14:12:48Z) installer
Installing VirtualBox to /opt/VirtualBox
Python found: python, installing bindings...
Building the VirtualBox kernel modules

VirtualBox has been installed successfully.

You will find useful information about using VirtualBox in the user manual
/opt/VirtualBox/UserManual.pdf
and in the user FAQ
http://www.virtualbox.org/wiki/User_FAQ

We hope that you enjoy using VirtualBox.


Thanks gapan!
User avatar
john256
Posts: 89
Joined: 1. Jun 2011, 07:52

Re: [Solved] Problem with Virtualbox install

Post by john256 »

I'm sorry for picking up this rather old thread, but is there a recommended (SalixOS) way of upgrading VirtualBox after it has been installed via the binary package (as advised by gapan)?

I would risk asking once too much than messing-up my perfectly running system ;-)

TIA!
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: [Solved] Problem with Virtualbox install

Post by gapan »

Download the latest binary and install it on top. It will detect the previous version and remove it first.
Image
Image
User avatar
john256
Posts: 89
Joined: 1. Jun 2011, 07:52

Re: [Solved] Problem with Virtualbox install

Post by john256 »

Perfect, thanks!
Post Reply