VirtualBox

Ticket #3693 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

VBoxOGL files installed at wrong location in mandriva x86-64 guest => Fixed in SVN

Reported by: Entity Assigned to:
Priority: major Component: guest additions
Version: VirtualBox 2.2.0 Keywords:
Cc: Guest type: Linux
Host type: Linux

Description

Mandriva 2009.1 x86-64 RC2 guest: virtualbox guest additions install VBoxOGL files at /usr/lib, but the system expects to load them at /usr/lib64

To fix this error one has to manually copy VBoxOGL files from /usr/lib to /usr/lib64 and copy /usr/lib/dri/vboxvideo.so to /usr/lib64/dri. After that, glxinfo command output complains about not finding some symbol at /usr/lib/dri/swrast_dri.so. This is because VirtualBox is looking at the wrong directory again! That is the 32 bits version of swrast_dri.so. VirtualBox should look at /usr/lib64/dri/swrast_dri.so. After overwriting /usr/lib/dri/swrast_dri.so with /usr/lib64/dri/swrast_dri.so, glxinfo output is ok.

Change History

2009-04-21 10:05:54 changed by frank

  • summary changed from VBoxOGL files installed at wrong location in mandriva x86-64 guest to VBoxOGL files installed at wrong location in mandriva x86-64 guest => Fixed in SVN.

2009-04-28 13:20:00 changed by sandervl73

  • status changed from new to closed.
  • resolution set to fixed.

© 2009 Sun Microsystems, Inc.
ContactPrivacy policy