LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-17-2010, 10:34 PM   #1
max_arbit
Member
 
Registered: Aug 2010
Posts: 50

Rep: Reputation: 2
Problem running Virtual box


Hi,

I have Slackware 13.0 on my machine and am trying to install and run Virtual Box (3.2.6) on it. The whole installation process seemed to work OK. However, now when I try running "VirtualBox", I end up with the following error:
Code:
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN8QPainter10drawPixmapERK7QPointFRK7QPixmap
I tried googling for some more info on this, but to no avail. Can anybody let me know what might be the problem?
Thanks
 
Old 08-18-2010, 02:45 AM   #2
paolo27957
LQ Newbie
 
Registered: Aug 2010
Location: Roma, Italy
Distribution: slackware
Posts: 27

Rep: Reputation: 10
Before starting VirtualBox must be loaded 3 kernel modules, compiled at intallation time.
Check typing:
Quote:
lsmod
inside a shell and verify on top list vboxnetadp, vboxnetflt and vboxdrv modules.
 
Old 08-18-2010, 03:07 AM   #3
kirukan
Senior Member
 
Registered: Jun 2008
Location: Eelam
Distribution: Redhat, Solaris, Suse
Posts: 1,278

Rep: Reputation: 148Reputation: 148
Quote:
[root@Est init.d]# /etc/init.d/vboxdrv status
VirtualBox kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are loaded.
Check all these kernel modules are successfully loaded.
 
Old 08-18-2010, 08:31 PM   #4
max_arbit
Member
 
Registered: Aug 2010
Posts: 50

Original Poster
Rep: Reputation: 2
It seems to be loaded fine :-( -
Quote:
vboxnetadp 7264 0
vboxnetflt 17320 0
vboxdrv 185256 2 vboxnetadp,vboxnetflt
Quote:
bash-3.1# /etc/rc.d/rc.vboxdrv status
VirtualBox kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are loaded.
 
Old 08-29-2010, 09:09 AM   #5
max_arbit
Member
 
Registered: Aug 2010
Posts: 50

Original Poster
Rep: Reputation: 2
Hi,

I am still trying to figure out how to get away with this problem. Any other ideas of how could make this thing work?
I still keep getting the message:
Quote:
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: /usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN8QPainter10drawPixmapERK7QPointFRK7QPixmap
I checked the kernel modules and they seem to be loaded successfully.
Quote:
vboxnetadp 7264 0
vboxnetflt 17320 0
vboxdrv 185256 2 vboxnetadp,vboxnetflt
Quote:
bash-3.1# /etc/rc.d/rc.vboxdrv status
VirtualBox kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are loaded.
Can anybody help me here?
 
Old 08-29-2010, 09:45 AM   #6
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I've googled that error message. It's turned up on other distros, too. But I couldn't find any definite solution that would work on all of them. Have you got the PUEL or OSE version of VirtualBox? I've had no problems with the PUEL version (3.2.8 now).
 
Old 08-30-2010, 09:59 AM   #7
max_arbit
Member
 
Registered: Aug 2010
Posts: 50

Original Poster
Rep: Reputation: 2
I have got the OSE version (which I found on the slackbuilds website). I have tried both 3.1.6 and 3.2.6 versions and both end up with the same error. I have Slackware 13.0 and not sure if that could be some kind of problem. Where do I find the PUEL version (is there something similar to slackbuilds)?
I tried googling for the error too and found on one of the Fedora forums that you have to install some system updates and then VirtualBox started working. Not sure what updates exactly though!
 
Old 08-30-2010, 10:09 AM   #8
alunduil
Member
 
Registered: Feb 2005
Location: San Antonio, TX
Distribution: Gentoo
Posts: 684

Rep: Reputation: 62
It looks like the VirtualBox shared library can't determine the location of the QPainter interface. Perhaps your Qt library is either the wrong version for this compilation of VirtualBox or you need to install qt?

Regards,

Alunduil
 
Old 08-30-2010, 10:16 AM   #9
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Get the PUEL version here:
http://www.virtualbox.org/wiki/Linux_Downloads
You'll want the All Distributions, i386 one. When you've got it, run (as root, in the directory you downloaded it to):
Code:
chmod +x VirtualBox-3.2.8-64453-Linux_x86.run
then:
Code:
./VirtualBox-3.2.8-64453-Linux_x86.run
It might automatically remove your previous VBox install, it does when updating the PUEL releases.
One advantage of the PUEL version is the USB support.

Last edited by brianL; 08-30-2010 at 10:19 AM.
 
1 members found this post helpful.
Old 08-30-2010, 10:25 PM   #10
max_arbit
Member
 
Registered: Aug 2010
Posts: 50

Original Poster
Rep: Reputation: 2
It works! PUEL did the trick for me and quite easily too. Just took two minutes and it's done! Thanks a lot!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
running problem virtual box 3.0.8 on ubuntu 9.10 erdogan Ubuntu 1 03-25-2010 04:10 AM
Running Virtual box cjrissler Linux - Newbie 5 01-11-2010 11:05 PM
Running virtual pc files in a virtual machine in linux ... preferably virtual box biharibong Linux - Software 4 01-21-2009 01:04 PM
Can't go beyond 800x600 resolution when running Fedora 10 on Virtual box. zeezulander Linux - Newbie 4 12-22-2008 11:46 AM
Can't go above resolution 1024x768, running slackware 12 in virtual box Raccoon1400 Slackware 14 04-05-2008 03:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration