At 09:05 PM 12/2/98 -0800, Curt Howland wrote: >> > After getting hacked over the holidays, I decided to upgrade >> > to slink. I'm getting the following error: >> > >> > Setting up e2fsprogs (1.12-4) ... >> > ldconfig: warning: can't open /usr/lib/i486-linuxaout/libdb.so.1 (No >> > such file r directoryg >> > >> > There's nothing in that directory but one link called "libdb.so.1" >> > pointing to a non-existant file. ^^^^^^^^^^^^^^^^^^^^^^^^
The actual file installed won't be /usr/lib/i486-linuxaout/lidb.so.1. It'll probably be a library in /lib or /usr/lib. Try: dpkg -S libdb* this should show you which package installs the libdb.xx.xx.xx file where the x's indicate a version (kinda like libc.so.5 points to libc.so.5.4.44). >======== ># dpkg -S /usr/lib/i486-linuxaout/libdb.so.1 >dpkg: /usr/lib/i486-linuxaout/libdb.so.1 not found. >======== Hope this helps. Erik