Author Topic: virtualbox not running  (Read 1026 times)

Offline frapelli

  • Full Member
  • ***
  • Posts: 223
    • la città invisibile
virtualbox not running
« on: May 26, 2011, 01:12:23 PM »
When I run it from konsole, I get:

[francesco@localhost ~]$ virtualbox
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libGLU.so.1: cannot open shared object file: No such file or directory


So?

Thanks

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15296
  • ┌∩┐(◕_◕)┌∩┐
Re: virtualbox not running
« Reply #1 on: May 26, 2011, 01:17:14 PM »
Is this a new install? If so have you tried rebooting?
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: virtualbox not running
« Reply #2 on: May 26, 2011, 01:46:41 PM »
VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/opt/VirtualBox/VirtualBox.so",) failed: libGLU.so.1: cannot open shared object file: No such file or directory

You're missing a symbolic link. Question is, why? Open a terminal.

(CORRECTED)
su -
(supply root password)
ln -s /usr/lib/libGLU.so.1.3.070502 /usr/lib/libGLU.so.1
exit
exit

« Last Edit: May 26, 2011, 04:01:15 PM by djohnston »
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline frapelli

  • Full Member
  • ***
  • Posts: 223
    • la città invisibile
Re: virtualbox not running
« Reply #3 on: May 26, 2011, 02:32:11 PM »
Not a new install, neither of pclos nor of vbox. Till a couple of weeks ago VB worked. Maybe it didn't work anymore after kernel upgrade. Maybe, not shure.

Quote
You're missing a symbolic link. Question is, why? Open a terminal.

su -
(supply root password)
ln -s /usr/lib/libGLU.so.1 /usr/lib/libGLU.so.1.3.070502
exit
exit

Done, but still the same message, and VB not running



Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: virtualbox not running
« Reply #4 on: May 26, 2011, 02:36:28 PM »
In a terminal, type:

ls -l /usr/lib/libGLU.*

(You don't need to be root.) Post the output.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline frapelli

  • Full Member
  • ***
  • Posts: 223
    • la città invisibile
Re: virtualbox not running
« Reply #5 on: May 26, 2011, 03:27:43 PM »
[root@localhost francesco]# ls -l /usr/lib/libGLU.*
lrwxrwxrwx 1 root root 20 mag 26 22:24 /usr/lib/libGLU.so.1.3.070502 -> /usr/lib/libGLU.so.1


"/usr/lib/libGLU.so.1.3.070502" and "/usr/lib/libGLU.so.1" flashing.

Thanks for your help

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6227
  • I don't do Windows
Re: virtualbox not running
« Reply #6 on: May 26, 2011, 03:58:48 PM »
frapelli,

I'm sorry. That's my fault. I gave the previous ln instructions backwards. I should have paid closer attention.

I just verified that the package libmesaglu1 provides both the soft link and the GLU library needed. Reinstall package libmesaglu1.

In the meantime, I'll edit my wrong instructions.

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline frapelli

  • Full Member
  • ***
  • Posts: 223
    • la città invisibile
Re: virtualbox not running
« Reply #7 on: May 26, 2011, 04:22:21 PM »
Thanks djohnston!

Texstar bless you. Now it works.

Thanks again.



Offline GermanTux

  • Hero Member
  • *****
  • Posts: 693
Re: virtualbox not running
« Reply #8 on: May 31, 2011, 08:45:26 AM »
Make sure to mark thread as solved.