Re: HELP! FTP has stopped working! (SOLUTION for now)

2001-12-18 Thread Marc Shapiro
Yes, it is looking for libreadline.so.2, not libreadline.so.4.2, but it isn't supposed to, according to the listed depends. I already tried the link idea and it did not work, either. What did work was to uninstall ftp and reinstall from the version in stable/Potato. Untill this gets corrected I

Re: HELP! FTP has stopped working!

2001-12-17 Thread nate
> I am running testing and when I just went to run ftp, to upload > website changes, I got the following error: > > $ ftp ftp.inetone.net > ftp: error while loading shared libraries: libreadline.so.2: cannot > open shared object file: No such file or directory > $ > > Since ftp depends on libreadl

HELP! FTP has stopped working!

2001-12-17 Thread Marc Shapiro
I am running testing and when I just went to run ftp, to upload website changes, I got the following error: $ ftp ftp.inetone.net ftp: error while loading shared libraries: libreadline.so.2: cannot open shared object file: No such file or directory $ Since ftp depends on libreadline4 (and libread

Re: ftp has stopped working

1999-04-16 Thread Jonathan Guthrie
On Tue, 13 Apr 1999, Richard E. Hawkins Esq. wrote: > one of our systems is now refusing incoming connections, generating the > error, > ftp: connect: Connection refused > This has survived through a reboot. Can anyone give me a hint? Check your inetd.conf and make sure that inetd is runni

Re: ftp has stopped working

1999-04-13 Thread Bob Nielsen
Check that ftp isn't commented out in /etc/inetd.conf (which happened to me when I upgraded to slink.) Bob On Tue, 13 Apr 1999, Richard E. Hawkins Esq. wrote: > > one of our systems is now refusing incoming connections, generating the > error, > > ftp: connect: Connection refused > > This h

ftp has stopped working

1999-04-13 Thread Richard E. Hawkins Esq.
one of our systems is now refusing incoming connections, generating the error, ftp: connect: Connection refused This has survived through a reboot. Can anyone give me a hint? rick --