You are not logged in.

#1 2010-09-27 20:13:55

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

VirtualBox Fails To Start

I just installed 'virtualbox-ose' for my x86_64 system and it installed fine. I have a completely updated system but it just fails. I am told I need to run '/etc/rc.d/vboxdrv setup' command which I do:

[cmennens@tuna ~]$ sudo /etc/rc.d/vboxdrv setup
:: Removing old VirtualBox netadp kernel module                                                                                                                       [DONE] 
:: Removing old VirtualBox netflt kernel module                                                                                                                       [DONE] 
:: Removing old VirtualBox kernel module                                                                                                                              [DONE] 
:: Recompiling VirtualBox kernel modules                                                                                                                              [DONE] 

Then I try and start the VirtualBox utility and I get the following error:

[cmennens@tuna ~]$ VirtualBox &
[1] 3319
[cmennens@tuna ~]$ WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (2.6.35-ARCH) or it failed to
         load. Please recompile the kernel module and install it by

           sudo /etc/init.d/vboxdrv setup

         You will not be able to start VMs until this problem is fixed.
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory

Anyone know where I can find this 'libQtCore' package and or how to resolve this issue?


./

Offline

#2 2010-09-27 20:23:08

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: VirtualBox Fails To Start

Offline

#3 2010-09-27 20:23:18

andr3as
Member
Registered: 2008-10-06
Posts: 53

Re: VirtualBox Fails To Start

You also need to `modprobe vboxdrv` to load the kernel module after building it. This is why you get the module error.

The libQtCore library should be part of the package "qt".

Offline

#4 2010-09-27 20:23:27

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: VirtualBox Fails To Start

first of all, LOAD at least vboxdrv after compiling the modules. second look at optional dependencies. qt is such a dependency


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2010-10-12 22:15:20

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Re: VirtualBox Fails To Start

qt package does the trick!


Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

Board footer

Powered by FluxBB