VBoxOGL files installed at wrong location in mandriva x86-64 guest => Fixed in SVN
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)
Summary: |
VBoxOGL files installed at wrong location in mandriva x86-64 guest → VBoxOGL files installed at wrong location in mandriva x86-64 guest => Fixed in SVN
|
Resolution: |
→ fixed
|
Status: |
new → closed
|