problem with lib

Paul Howarth paul at city-fan.org
Fri Apr 8 14:42:21 UTC 2005


Claude Jones wrote:
> Ok - here are my responses to Craig's suggested commands:
> 
> ls -l /usr/X11R6/lib/libXxf86dga.so.1
> -rwxr-xr-x  1 root root 21446 Apr  1 16:43 /usr/X11R6/lib/libXxf86dga.so.1
> 
> rpm -q --whatprovides /usr/X11R6/lib/libXxf86dga.so.1
> xorg-x11-libs-6.8.2-1.FC3.13
> 
> ls -l /usr/X11R6/lib/libXxf86dga.so.1.0
> -rwxr-xr-x  1 root root 19424 Mar 24 18:04 
> /usr/X11R6/lib/libXxf86dga.so.1.0

/usr/X11R6/lib/libXxf86dga.so.1 should be a symlink to libXxf86dga.so.1.0

In your case they are different files for some reason.

I would try this:

# cd /usr/X11R6/lib
# mv libXxf86dga.so.1 libXxf86dga.so.1.strange
# ln -s libXxf86dga.so.1.0 libXxf86dga.so.1
# ldconfig

Paul.




More information about the fedora-list mailing list