zux wrote: > > thorsten wrote: >>> /bin/sh: sh: command not found >> >> Hi, >> >> what does >> >> export | grep PATH >> >> output? >> >> thorsten > > > lfs:~$ ls -l /bin/sh > lrwxrwxrwx 1 root root 4 Jul 8 01:14 /bin/sh -> bash > > lfs:~$ export | grep PATH > declare -x PATH="/tools/bin:/usr/bin" > > should /bin be in $PATH too?
adding /bin to $PATH did the magic :) i had made a mistake in setting up environment strange that everything before ncurses compiled cat > ~/.bashrc << "EOF" set +h umask 022 LFS=/mnt/lfs LC_ALL=POSIX PATH=/tools/bin:/bin:/usr/bin export LFS LC_ALL PATH EOF -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
