Virtualbox on openSUSE 11

Discussions related to using VirtualBox on Linux hosts.
Post Reply
aribad
Posts: 5
Joined: 28. Nov 2007, 05:24

Virtualbox on openSUSE 11

Post by aribad »

I have been trying to get Sun's Virtualbox running on my openSUSE 11
with KDE 3.5 laptop. I had installed the 10.3 version but couldn't get
it running. I saw that Sun had a version for 11.0 so I downloaded it. I
uninstalled the 10.3 version, installed the 11.0 version, and ran
"vboxdrv setup".

Now Virtualbox will not open at all. If I try to start it from the
desktop I just get little bouncing Icon for awhile. If I try to start if
 from the shell I get:

hobbs:/home/russell # VirtualBox
VirtualBox: supR3HardenedMainGetTrustedMain:
dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed:
/usr/lib/virtualbox/VirtualBox.so: undefined symbol: _ZN7QRegionpLERK5QRect

I can't find anything in the log files that points to a problem.

Any ideas on why this is not working?

Thanks,

Russell
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

Have you tried a reinstall? If you run 2.0, have you tried 2.0.2 that is spotted on the servers? There hasn't been an announcement yet about it, but it should be out soon.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
aribad
Posts: 5
Joined: 28. Nov 2007, 05:24

Post by aribad »

I tried reinstalling several time. I was installing 2.0.0. So I downloaded 2.0.2, uninstalled 2.0.0 and installed the new one. Still no go. Same error message on startup.

Not sure if this makes any difference. The install instructions on openSUSE's website says that VB will be installed into /opt but it gets installed into /usr/lib/virtualbox.
greenpossum
Volunteer
Posts: 98
Joined: 11. Jul 2008, 08:10

Post by greenpossum »

aribad wrote:I tried reinstalling several time. I was installing 2.0.0. So I downloaded 2.0.2, uninstalled 2.0.0 and installed the new one. Still no go. Same error message on startup.

Not sure if this makes any difference. The install instructions on openSUSE's website says that VB will be installed into /opt but it gets installed into /usr/lib/virtualbox.
You may have some traces of older 1.6 versions in /usr/lib/virtualbox. Do this:
rpm -V VirtualBox
That'll tell you if the the files from the RPM are intact. You could also try deleting everything in that directory after the reinstall, if anything is left behind. Also check that you are invoking the correct program.
which VirtualBox
Again, you may have a vestige of a former RPM.

Works fine for BTW, on both 32 and 64 bit 11.0. And I upgraded from 1.6.6.
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Post by Sasquatch »

2.0.2 is now officially released. Please try it with that.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
aribad
Posts: 5
Joined: 28. Nov 2007, 05:24

Post by aribad »

2.0.2 is now officially released. Please try it with that.
My second post states that that is what I have done.

which VirtualBox

gives me

/usr/bin/VirtualBox

while

rpm -V VirtualBox

returns nothing. I used Yast to install the rpm.
greenpossum
Volunteer
Posts: 98
Joined: 11. Jul 2008, 08:10

Post by greenpossum »

I notice you tried running VirtualBox as root. You are supposed to run VirtualBox as a normal user, after having added that user in the group vboxusers.
stefan.becker
Volunteer
Posts: 7639
Joined: 7. Jun 2007, 21:53

Post by stefan.becker »

What says "rpm -qa | grep irtu"?
Post Reply