VirtualBox DKMS problem on x86_64

General conversations about MIB project
Forum rules
Image
Before you post, please read forum rules:
Software requests - How to
Tag [SOLVED] in topics
Post Reply
User avatar
ZombieRyushu
Utente junior
Utente junior
Posts: 66
Joined: 7 March 2011, 6:17
OpenMandriva: 2010.2
Kernel: 2.6.33.7
Desktop: KDE

VirtualBox DKMS problem on x86_64

Post by ZombieRyushu »

supR3HardenedMainGet TrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN15QSplitterHandl e11resizeEventEP12QResizeEvent

It seems that VirtualBox is getting mixed up building its DKMS Module and building a 32 bit module on a 64 bit OS. Not sure what the story is.

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: VirtualBox DKMS problem on x86_64

Post by NicCo »

Readin the error, it seems something GUI related
/usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN15QSplitterHandl e11resizeEventEP12QResizeEvent
in the VirtualBox spec, I can read

Code: Select all

BuildRequires:	SDL-devel, libqt4-devel >= 4.4.0
BuildRequires:  qt4-linguist
Vbox GUI has some QT4 parts inside, so I ask you:

Which KDE version do you have now in this PC?

I suspect you have old KDE 4.4.3... am I wrong?
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

User avatar
ZombieRyushu
Utente junior
Utente junior
Posts: 66
Joined: 7 March 2011, 6:17
OpenMandriva: 2010.2
Kernel: 2.6.33.7
Desktop: KDE

Re: VirtualBox DKMS problem on x86_64

Post by ZombieRyushu »

You are correct, a KDE mismatch is responsible. I had to recompile virtual box entirely to get it to function at all.

User avatar
NicCo
Amministratore
Amministratore
Posts: 4765
Joined: 6 December 2007, 19:54

Re: VirtualBox DKMS problem on x86_64

Post by NicCo »

Recent VBox was built with new QT & KDE 4.5.5,
so it would be sufficient having recent KDE 4.5.5 instead the old 4.4.3
.
--- Professional experience ---
Kernel designer, engineer, maintainer and tester for ROSA Desktop and OpenMandriva Lx O.S.

--- currently I'm playing with ---
LTS Kernels > Linux 4.1.12-nrjQL <<< Linux 3.18.17-nrjQL <<< Linux 3.14.46-nrjQL
EOL Kernels > Linux 3.19.8-nrjQL <<< Linux 3.17.8-nrjQL <<< Linux 3.15.10-nrjQL

Post Reply