VirtualBox

Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#3693 closed defect (fixed)

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

Reported by: Entity Owned by:
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 (2)

comment:1 by Frank Mehnert, 15 years ago

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

comment:2 by Sander van Leeuwen, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use