Simon Josefsson <[email protected]> writes: >> Is this a known problem? Does this maybe work as intended? > > Hi. Thanks for the report. It is not a known problem. The output > looks weird, and it could be readline or related to buffering. Could > you debug this further to see if you find out why it happens? Maybe > Netkit-ftp/tnftp disables stdin buffering or something else, and > InetUtils doesn't. Just an idea.
It looks like this is the issue on (at least) macOS: /usr/lib/libreadline.dylib -> libedit.3.dylib Once I compiled inetutils against a proper Readline, it worked. Is that something autoconf could pick up? Or is --with-libreadline-prefix the preferred way to resolve this? -- Alex.
