> You seem to have some required progrms in /usr/local/bin. Does the lfs > user have /usr/local/bin in the PATH variable? It's not set up that way > in the book by default. Try adjusting the LFS user's ~/.bashrc to > include that.
Thank you very much, Bruce. That was the problem! For the others beginners like me: I changed the PATH line in ~/.bashrc (for lfs user) The old version: PATH=/tools/bin:/bin:/usr/bin The new vesion: PATH=/tools/bin:/bin:/usr/bin:/usr/local/bin > > -- Bruce > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
