[FIXED] VirtualBox errors

You think you have found a bug? Let us know about it.
Post Reply
tasodan
Posts: 25
Joined: 6. Jan 2010, 09:43

[FIXED] VirtualBox errors

Post by tasodan »

I've installed salix in "basic" mode.
Then I've installed virtualbox with slapt-get, and there are some errors (PS: the system is localized in italian):
during installation...

Code: Select all

root[tom]# slapt-get -i VirtualBox
Lettura della lista dei pacchetti... Fatto
I seguenti NUOVI pacchetti saranno installati:
  VirtualBox 
0 aggiornati, 1 installati, 0 da rimuovere e 0 non aggiornati.
Da scaricare 25,2MB di archivi.
Dopo lo spacchettamento saranno utilizzati 100,8MB addizionali di spazio sul disco.
1/1 Get http://salix.enialis.net/i486/13.0/ VirtualBox 3.0.12-i486-1rl [25,2MB]...Fatto

Preparazione dell'installazione VirtualBox-3.0.12-i486-1rl
Installing package VirtualBox-3.0.12-i486-1rl...
| VirtualBox OSE Edition.
| 
| VirtualBox is a family of powerful x86 virtualization products for
| enterprise as well as home use. Not only is VirtualBox an extremely
| feature rich, high performance product for enterprise customers,it is
| also the only professional solution that is freely available as Open
| Source Software under the terms of the GNU General Public License.
| 
| 
| 
| 
| 
| 
ERROR: Module vboxnetadp does not exist in /proc/modules
ERROR: Module vboxnetflt does not exist in /proc/modules
ERROR: Module vboxdrv does not exist in /proc/modules
Starting VirtualBox kernel module ...done.
Fatto
root[tom]#
...and during launch of virtualbox (it seems that a library was missed):

Code: Select all

tom[~]$ VirtualBox 
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/VirtualBox-3.0.12_OSE/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory
How can i fix them?

EDIT: I fixed by myself installing the qt libraries (but you would have to include them in dependencies support)
Last edited by tasodan on 6. Jan 2010, 18:29, edited 1 time in total.
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: VirtualBox errors

Post by thenktor »

You can ignore the other errors, they only say that the virtualbox kernel modules have to be build, which is automatically done afterwards.

And I've fixed the dep file, thanks.
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
tasodan
Posts: 25
Joined: 6. Jan 2010, 09:43

Re: [FIXED] VirtualBox errors

Post by tasodan »

Ok. Thank you :mrgreen:
Post Reply