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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Dale Blount (dale)
Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

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

Closed by  Tobias Powalowski (tpowa)
Monday, 19 November 2007, 13:18 GMT
Reason for closing:  Fixed
Comment by Thomas Bächler (brain0) - Saturday, 17 November 2007, 10:57 GMT
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.
Comment by Manuel C. (ekerazha) - Saturday, 17 November 2007, 11:17 GMT
I agree.
Comment by Karsten König (Remur) - Sunday, 18 November 2007, 11:08 GMT
I can confirm this, recompiling wine from the pkgbuild was enough to fix the problem

Loading...