Can't get virtualbox to work - random chars error.
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.
|