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.
Paul, Craig, and Kam: Thanks to each of you. I ran the above commands and things improved. My dosemu program was stilling erring. I decided to reinstall xorg 6.8.1 once more, and then ran the updates again. This time, I got no errors with missing symbolic links. Now the dos emulator program works perfectly, again.
-- Claude Jones Bluemont, VA, USA