Re: lost lib

1996-08-08 Thread Guy Maor
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 you to upgrade.


Guy



Re: lost lib

1996-08-07 Thread Ioannis Tambouras
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
size: 112098
md5sum: 46972d5000aa7785bad36eed1d4505e7



> 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.
> 
> Thanks in advance for any help finding this library.
> 
> Bob
> 
> 
> 
> 

Ioannis Tambouras
[EMAIL PROTECTED]
PGP 512/D042DD45, West Palm Beach, Florida



Re: lost lib

1996-08-07 Thread Lazaro . Salem
 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 package.
 
 lazaro <[EMAIL PROTECTED]> 
 Reply Separator _
Subject: lost lib
Author:  debian-user@lists.debian.org at cclink
Date:07.08.96 08:13


>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.
>
>Thanks in advance for any help finding this library.
>
>Bob

Hmmm... I did a 'find / -name librl.so.2' on my system and I found
no such library... weird!  Would you like to double check the library name
again just in case.
One more thing, I did happen to have 'librle.so.1' I don't know if that
helps you or not.

Good luck
   Mike... 








lost lib

1996-08-07 Thread Robert Van Horn
>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.
>
>Thanks in advance for any help finding this library.
>
>Bob

Hmmm... I did a 'find / -name librl.so.2' on my system and I found
no such library... weird!  Would you like to double check the library name
again just in case.
One more thing, I did happen to have 'librle.so.1' I don't know if that
helps you or not.

Good luck
   Mike... 






lost lib

1996-08-06 Thread Robert Van Horn
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.

Thanks in advance for any help finding this library.

Bob