• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't get virtualbox to work

Red Squirrel

No Lifer
I installed VirtualBox on Fedora Core 9 x64 and ran into a few dependancy issues but managed to brute force and find the right ones which only turned out to be these two:

yum install qt4
yum install qt4-devel

Then it installed.

However it wont start now. This is the error I get when I try to start it:

[root@extsrv virtualbox]# VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed:

/usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN10QStatusBar9showEventEP10QShowEvent
[root@extsrv virtualbox]#



Have no idea what that means, it's just a bunch of random chars.


I just found in the FAQ it talks about that and I have to install these packages:

fontconfig
fontconfig-config
libfontconfig

First one is already installed and the first two are not available. (get yum error saying it's not available)

Any help would be appreciated, thanks.
 
Did a Yum Upgrade then also installed Gnome and rebooted, that updated my kernel and installed GUI stuff that VB needed. Works now. Just learning it now, but so far it looks good. Just hope I can get VMs to run automaticly and that I'm not stuck to leave them in my home directory but can move them. (I'm a freak when it comes to organization and backups)
 
Back
Top