Page 1 of 1

[FIXED] VirtualBox errors

Posted: 6. Jan 2010, 15:45
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)

Re: VirtualBox errors

Posted: 6. Jan 2010, 16:19
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.

Re: [FIXED] VirtualBox errors

Posted: 6. Jan 2010, 18:30
by tasodan
Ok. Thank you :mrgreen: