On 4/2/06, Faheem Mohammed <[EMAIL PROTECTED]> wrote: > > make[3]: Leaving directory `/sources/autoconf-2.59/lib' > ../../tests/autom4te \ > --language=m4sugar \ > --freeze \ > --output=m4sugar.m4f > Can't locate Data/Dumper.pm in @INC (@INC contains: > /sources/autoconf-2.59/tests/../lib /tools/lib/perl5/5.8.7/i686-linux > /tools/lib/perl5/5.8.7 /tools/lib/perl5/site_perl/5.8.7/i686-linux > /tools/lib/perl5/site_perl/5.8.7 /tools/lib/perl5/site_perl .) at > /sources/autoconf-2.59/tests/../lib/Autom4te/C4che.pm line 35.
Something has gone wrong with your perl installation. Autoconf requires some perl modules (like Data/Dumper.pm) that aren't installed in /tools. For some reason, it is trying to use the modules in /tools/lib/perl5. Did you install the final perl in /usr? You should have /usr/bin/perl and /usr/lib/perl5/*. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
