On Tue, 6 Aug 1996, Robert Van Horn wrote:
> When I try to use ftp I get a message "ftp: can't find library 'librl.so.2'"
> I also am not able to find this library any of the places I looked.
I believe librl is the old a.out readline library. Are you running
Debian 0.93r6? I highly encourage yo
On Tue, 6 Aug 1996, Robert Van Horn wrote:
telos 16 % zgrep -i librl.so /data/deb/Contents.gz
lib/librl.so.2.0.3.dist aout-librl
It is in:
filename: Debian-1.1/binary-i386/devel/aout-librl-2.0.3-4.deb
msdos-filename: Debian-1.1/msdos-i386/devel/aoutlbrl.deb
si
To exactly know which library a given command (say foo) needs you can try
$ ldd foo
If you don't find the library referenced ( e.g. library_name) in your
system with:
$ find / library_name)
you can locate that library by
$ zgrep library_name Contents.gz
so you can install the pac
3 matches
Mail list logo