On Fri, Mar 31, 2000 at 05:14:19PM -0800, Tom Kuiper wrote:
<snip>
> ./setup: error in loading shared libraries
> libdl.so.2: cannot open shared object file: No such file or directory
> 
> Indeed, the version of libdl.so on my system is 1.8.12.  Is there a way
> to upgrade without upgrading to a newer version of Debian?  A search on
> "libdl" with dselect of the available bo packages turned up nothing, but
> I suppose libdl is included implicitly in another package.
<snip>

You find out which package a file is in by doing the following :

funkiest:/home/paul# dpkg -S libdl
ldso: /lib/libdl.so.1.9.11
libc6-dev: /usr/lib/libdl.a
libc6: /lib/libdl-2.1.3.so
ldso: /lib/libdl.so.1
libc6: /lib/libdl.so.2
libc6-dev: /usr/lib/libdl.so
funkiest:/home/paul# 

Which shows it's in libc6.  Since upgrading a C-library can affect a lot
of packages, you would probably get less problems by upgrading the whole
lot to potato, which should be stabilising nicely.

-- 
Regards,
Paul

Reply via email to