Curt Howland wrote: >ian$ cd /usr/lib/i486-linuxaout/ >/usr/lib/i486-linuxaout >ian$ dir >libdb.so.1 >/usr/lib/i486-linuxaout >ian$ cat libdb.so.1 >cat: libdb.so.1: No such file or directory >/usr/lib/i486-linuxaout >ian$ ls -al >total 7 >drwxr-xr-x 2 root root 1024 Sep 15 15:17 . >drwxr-xr-x 34 root root 6144 Dec 1 06:48 .. >lrwxrwxrwx 1 root root 15 May 28 1997 libdb.so.1 -> libdb.s >o.1.85.1 > >So, like, is this completely screwed up or what?
Not really. libdb.so.1 is a symbolic link to libdb.so.1.85.1, which no longer exists on your system. It is unlikely that you have anything that needs it, since it's part of the a.out libraries. Delete libdb.so.1 as well and the whole problem will go away. -- Oliver Elphick [EMAIL PROTECTED] Isle of Wight http://www.lfix.co.uk/oliver PGP key from public servers; key ID 32B8FAA1 ======================================== "Who is like unto thee, O LORD, among the gods? who is like thee, glorious in holiness, fearful in praises, doing wonders?" Exodus 15:11