On 6/18/07, Georgina Joyce <[EMAIL PROTECTED]> wrote: > > I attempted to install ncftp as instructed by SVN 15 June 07. On a lfs > system using SVN 15 June 07, i.e. glibc 2.5 and gcc 4.1.2. However, the > ncftp version has been updated on www.ncftp.com/ncftp so I attempted to use > the instructions to the new version as well as the older version I had from > last year. During the configure ncftp complained that there was no such file > as /bin/rm. So I tried --bindir=/usr/bin along with the prefix instruction. > It still came up with the same problem. I googled but didn't find anything > so I simply put a symlink in /bin to /usr/bin/ which fixed that issue. > However it also looked for ls and ln so I did the same for them too.
I think you have to solve this issue before you go any further. First, is /bin in your PATH? Can you run /bin/ls? You might want to check the directory and file permissions for /bin, /lib, /sbin, etc. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
