FS#8669 - wine, nvidia-utils and libGL.so.1.2
Attached to Project:
Arch Linux
Opened by Manuel C. (ekerazha) - Friday, 16 November 2007, 23:58 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 19 November 2007, 13:18 GMT
Opened by Manuel C. (ekerazha) - Friday, 16 November 2007, 23:58 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 19 November 2007, 13:18 GMT
|
Details
Description: trying to start an OpenGL app with "wine
0.9.49-1", wine complained about missing "libGL.so.1.2". So
I tried to install "libgl", but it conflicts with
"nvidia-utils". "nvidia-utils" installs a "libGL.so.1" file,
so I symlinked it this way
ln -sf /usr/lib/libGL.so.1 /usr/lib/libGL.so.1.2 and now it works fine. However, *maybe* there's something to fix... |
This task depends upon

I think the problem is that /usr/lib/wine/glu32.dll.so and
/usr/lib/wine/opengl32.dll.so are linked against libGL.so.1.2
directly, instead of libGL.so.1, which would be correct and work
well with nvidia-utils.

I agree.

I can confirm this, recompiling wine from the pkgbuild was enough
to fix the problem