
Originally Posted by
whizse
That's not where those files are kept any longer, try /usr/lib/x86_64-linux-gnu/ or something similar, the locate and find commands are your friends.
No problems with Wine and mesa git here though, I'm guessing your problem is either with Wine itself or the usual buggery that results from Debian/Ubuntu not being properly multiarch yet.
Yeah, thinking it might have something to do with no proper multiarch in Ubuntu 11.10. I'm wondering if anyone else on Ubuntu 11.10 (64-bit) is having problems as well...
I did find the following files in the /usr/lib/x86_64-linux-gnu directory:
Code:
libGL.so libGLU.a libGLU.so libGLU.so.1 libGLU.so.1.3.071200
OpenGL programs (ie games) seem to work fine on the linux side, so it must either be Wine or something to do with the multiarch as stated above... aaaargh....
locate libGL.so:
Code:
/usr/lib/x86_64-linux-gnu/libGL.so
/usr/lib/x86_64-linux-gnu/mesa/libGL.so
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2
/usr/lib32/libGL.so
/usr/lib32/mesa/libGL.so.1
/usr/lib32/mesa/libGL.so.1.2
Looks like I have the libGL.so in the lib32 dir....