http://bugs.winehq.org/show_bug.cgi?id=2226
Summary: Can't install from rpm (thinks libGL.so.1 is missing but it's not) Product: Wine Version: 20040505 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: centaur@netmagic.net
Seems like something's broken here. I built the source rpm, tried to install it, and got this:
[root@spike rpms]# rpm -ivh /usr/src/redhat/RPMS/i386/wine-20040505-1rh9winehq.i386.rpm error: Failed dependencies: libGL.so.1(LIBGL) is needed by wine-20040505-1rh9winehq [root@spike rpms]# rpm -q --whatprovides libGL.so.1 XFree86-Mesa-libGL-4.3.0-2.90.55 [root@spike rpms]# rpm -ql XFree86-Mesa-libGL-4.3.0-2.90.55 | grep libGL /usr/X11R6/lib/libGL.so.1 /usr/X11R6/lib/libGL.so.1.2 /usr/lib/libGL.so.1 [root@spike rpms]# ls -l /usr/lib/libGL.so.1 lrwxr-xr-x 1 root root 17 Apr 18 16:16 /usr/lib/libGL.so.1 -> libGL.so.1.0.5336
Now I know that the library was replaced when I installed the Nvidia driver with their own version, but it still exists, and should work... RPM even reports that it's still provided by XFree86-Mesa-libGL. So I'm not sure how it's doing the dependency check, but it's blowing up on me :(