On Wed, 2005-04-06 at 19:27 -0800, Kam Leo wrote: > On Apr 6, 2005 10:53 AM, Claude Jones <claude_jones@xxxxxxxxxxxxxx> wrote: > > Today, while running some yum updates, I received the following messages: > > (1/11): mysql-server-3.23 100% |=========================| 1.3 MB 00:08 > > (2/11): mysql-bench-3.23. 100% |=========================| 529 kB 00:04 > > (3/11): words-3.0-2.2.noa 100% |=========================| 1.4 MB 00:10 > > (4/11): mod_dav_svn-1.1.4 100% |=========================| 50 kB 00:00 > > (5/11): kaffeine-0.6-0.lv 100% |=========================| 1.4 MB 00:09 > > (6/11): subversion-1.1.4- 100% |=========================| 1.6 MB 00:10 > > (7/11): imlib2-1.2.0-7.fc 100% |=========================| 575 kB 00:03 > > (8/11): subversion-devel- 100% |=========================| 575 kB 00:03 > > (9/11): subversion-perl-1 100% |=========================| 442 kB 00:03 > > (10/11): mysql-devel-3.23 100% |=========================| 566 kB 00:03 > > (11/11): util-linux-2.12a 100% |=========================| 1.5 MB 00:09 > > Running Transaction Test > > Finished Transaction Test > > Transaction Test Succeeded > > Running Transaction > > Updating: subversion 100 % done 1/22 > > /sbin/ldconfig: /usr/X11R6/lib/libXxf86dga.so.1 is not a symbolic link > > > > Updating: subversion-perl 100 % done 2/22 > > /sbin/ldconfig: /usr/X11R6/lib/libXxf86dga.so.1 is not a symbolic link > > > > Updating: imlib2 100 % done 3/22 > > /sbin/ldconfig: /usr/X11R6/lib/libXxf86dga.so.1 is not a symbolic link > > > > Updating: kaffeine 100 % done 4/22 > > /sbin/ldconfig: /usr/X11R6/lib/libXxf86dga.so.1 is not a symbolic link > > > > Updating: mysql-server 100 % done 5/22 > > Updating: mysql-bench 100 % done 6/22 > > Updating: words 100 % done 7/22 > > Updating: mod_dav_svn 100 % done 8/22xdosemu > > /usr/local/bin/dosemu.bin: symbol lookup error: > > /usr/X11R6/lib/libXxf86vm.so.1: undefined symbol: XextFindDisplay > > Updating: subversion-devel 100 % done 9/22 > > Updating: mysql-devel 100 % done 10/22 > > Updating: util-linux 100 % done 11/22 > > Completing update for mysql-server - 12/22 > > Completing update for mysql-bench - 13/22 > > Completing update for words - 14/22 > > Completing update for mod_dav_svn - 15/22 > > Completing update for kaffeine - 16/22 > > /sbin/ldconfig: /usr/X11R6/lib/libXxf86dga.so.1 is not a symbolic link > > > > Recently, another program I'd been running stopped running after the > > recent xorg update, and gives me the following: > > > > xdosemu > > /usr/local/bin/dosemu.bin: symbol lookup error: > > /usr/X11R6/lib/libXxf86vm.so.1: undefined symbol: XextFindDisplay > > > > Both the errors from today, and the one right above involve libXX... > > with different endings. Could of you cognoscenti tell me if there still > > may be some relationship between the two, or, perhaps a better question, > > where are these errors coming from, or what could be causing them? > > > > -- > > Claude Jones > > Bluemont, VA, USA > > > > What is the output from `ls -l /usr/X11R6/lib/libXxf86dga.so.1` show? > My guess would be that your last update of xorg caused the problem. > You might want to go and reinstall xorg. ---- Not sure that I would be so eager advising someone to do something that you haven't already done yourself as that would have drastic implications. To Claude - cat /etc/ld.so.conf is there an entry there for /usr/X11R6/lib/libXxf86dga.so.1 ? I don't think that it should be there if it is. If so, cp /etc/ld.so.conf /etc/ld.so.conf.bak edit /etc/ld.so.conf and remove the line with that entry. Try to install the yum updates again. I don't think that trying to remove and re-install xorg is a very good idea, especially if there are other options. It is possible that the entry for /usr/X11R6/lib/libXxf86dga.so.1 is in the folder, /etc/ld.so.conf.d - if so, repeat the above procedure, adjusting of course for the file with the non-existent link. FYI - my FC-3 # cat /etc/ld.so.conf /usr/X11R6/lib/nvidia-graphics-1.0-4363 include ld.so.conf.d/*.conf /usr/kerberos/lib /usr/lib/sane /usr/lib/qt-3.1/lib /usr/X11R6/lib # ls -l /etc/ld.so.conf.d/ total 4 -rw-r--r-- 1 root root 20 Mar 11 08:10 qt-i386.conf # cat /etc/ld.so.conf.d/qt-i386.conf /usr/lib/qt-3.3/lib Craig