On 1/18/06, Åke Hoff <[EMAIL PROTECTED]> wrote: > Ok! so I have come as far as to chapter 6.10 twice without any problem > as I know of, but here I am stuck. When I run the command "make install" > from whitin the /sources/man-pages-2.01 direktory, I get th folowing > output in the last two lines: > > make: /bin/sh Command not foumd > make: *** [install] Error 127 > > What could posibly couse this?
You should have a symlink from /bin/sh to bash. Make sure you've done section 6.6 Creating Essential Symlinks correctly. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
