Re: problem with lib

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux