I swear by all things holy that perl is in the PATH. After chrooting, if I type perl -v from anywhere in the file structure, I get: This is perl, v5.8.5 built for x86_64-linux
Copyright 1987-2004, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. Still in config.make I have this line: PERL = no I also tried this before running config: echo "PERL = /usr/bin/perl" > configparams And, editing config.make (although it says to put configuration changes in configparams). ALL of those produce the SAME error, when running make install: pwd=`pwd`; \ no libm-err-tab.pl $pwd/.. > libm-err-tmp /bin/sh: no: command not found make[2]: *** [stamp-libm-err] Error 127 ofcourse, this "no" before libm-err-tab.pl should be "perl". I have read about many people with this same problem, but the fix was either install perl or make sure it is in the path. Both those statements are true!! Someone please help. Thanks, Ahmed El-Daly -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
