Daniel, > Check the dynamically loaded libraries that references: > > $ ldd $(command -v lftp) > linux-gate.so.1 => (0x00110000) > ... > > We can see it expects a /lib/libreadline.so.5. > > Check that what we noted is really there: > > $ ls -l /usr/bin/lftp /lib/libreadline.so.5 > lrwxrwxrwx 1 root root 18 2008-05-16 05:00 /lib/libreadline.so.5 -> > libreadline.so.5.2 > -rwxr-xr-x 1 root root 51300 2008-03-03 14:31 /usr/bin/lftp
Thank you - got it. A broken symlink. Linked it to the right place and it now works. Jonathan
