Re: libd.so.3
Tom wrote:
>
> Sorry that is libdb.so.3
>
> On Wed, 22 Dec 1999, Tom wrote:
>
> >
> > Hi,
> >
> > I'm trying to install lyris and it requires libd.so.3
> > I can't seem to find that on the debian.org page. Does anyone know how
> > I can get that. Thanks.
> >
> > Tom
funkiest:~$ dpkg -S libdb.so.3
libc6: /lib/libdb.so.3
funkiest:~$ locate libdb.so.3
/lib/libdb.so.3
funkiest:~$ ls -l /lib/libdb.so.3
lrwxrwxrwx 1 root root 14 Nov 9 04:32 /lib/libdb.so.3 -> libdb-2.1.2.so
funkiest:~$ ls -l /lib/libdb-2.1.2.so
-rw-r--r-- 1 root root 243228 Nov 8 18:55 /lib/libdb-2.1.2.so
funkiest:~$
So it's in libc, which you must have or nothing would work,
but it's a symbolic link to /lib/libdb-2.1.2.so
If you have that file, you could just recreate the symbolic
link. Why it's not there is a more difficult question ...
Hope that helps.
--
Regards,
Paul
Reply to: