Opened 16 years ago
Closed 16 years ago
#4285 closed defect (worksforme)
VirtualBox fails to start with missing symbol in VirtualBox.so
Reported by: | Alessandro | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 2.2.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Trying to execute VirtualBox results in the following error:
$ VirtualBox VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN11QTreeWidget17setSelectionModelEP19QItemSelectionModel
$ dpkg -s libqt4-core Package: libqt4-core [...] Maintainer: Kubuntu Developers <kubuntu-devel@…> Architecture: amd64 Source: qt4-x11 Version: 4.5.0-0ubuntu4.1 Depends: libqtcore4 (= 4.5.0-0ubuntu4.1), libqt4-network (= 4.5.0-0ubuntu4.1), libqt4-script (= 4.5.0-0ubuntu4.1), libqt4-xml (= 4.5.0-0ubuntu4.1), libqt4-dbus (= 4.5.0-0ubuntu4.1), libqt4-test (= 4.5.0-0ubuntu4.1) Pre-Depends: dpkg (>= 1.14.12ubuntu3) [...]
Operating system is Jaunty 9.04 (upgraded from 8.10), architecture is amd64. The same error occurs with both VirtualBox 2.2.4 and 3.0b1
Attachments (3)
Change History (9)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | sources.list added |
---|
comment:2 by , 16 years ago
Attached is my sources.list.
I have tested both virtualbox '2.2.4-47978_Ubuntu_jaunty' (using 'apt-get install virtualbox-2.2') and 'virtualbox-3.0_3.0.0_BETA1-48728_Ubuntu_jaunty_amd64.deb' found in the beta download section. Both display the exact same symptoms.
comment:3 by , 16 years ago
Thanks. Please attach the output of
ldd /usr/lib/virtualbox/VirtualBox.so dpkg -s libqtgui4
comment:4 by , 16 years ago
This issue does not appear if I install the Intrepid version of the package on Jaunty.
comment:5 by , 16 years ago
Which Qt version do you have installed in /usr/local? The Ubuntu packages don't install in /usr/local but in /usr. I'm quite sure this (an incompatible version of Qt4) is the reason for your problem.
comment:6 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing because this is definitely not a VBox bug. Make sure no libraries from /usr/local are used.
Which VirtualBox package did you install (exact package name please)?
Please attach your /etc/apt/sources.list here.