Subject: Re: __strtoq is undefined with ftp
To: None <entropy@zippy.bernstein.com, newhouse@rockhead.com>
From: Paul Newhouse <newhouse@rockhead.com>
List: current-users
Date: 03/31/2000 12:11:03
On Fri, 31 Mar 2000 12:58:42 -0500 (EST)
maximum entropy <entropy@zippy.bernstein.com> wrote:
> >Platform i386
> >
> >I try to ftp -a ftp.netbsd.org /pub/NetBSD-current/tar_files and get
> >
> > ftp> mget *
> > local: BSDSUM remote: BSDSUM
> > /usr/libexec/ld.so: Undefined symbol "__strtoq" called from ftp:ftp at 0x1b17c
> >
> >Where did I go wrong?
>
> Your ftp may be older than your libraries. I saw this recently on a
> machine that was taking a long time to rebuild. The new libc had been
> installed, but a new ftp binary hadn't. Once ftp was built and
> installed, it was fine.
That did it (too obvious now that you mentioned it ;).
thanks,
Paul