pfradique;165484 Wrote: > > Well, to the practical side now, I tried the documented way of > installing (from NSLU2-Linux site) and got this error: > # ./build-perl-modules.pl > Can't locate File/Which.pm in @INC (@INC contains: > /usr/local/slimserver/CPAN CPAN /opt/lib/perl5/5.8.8/armv5b-linux > /opt/lib/perl5/5.8.8 /opt/lib/perl5/site_perl/5.8.8/armv5b-linux > /opt/lib/perl5/site_perl/5.8.8 /opt/lib/perl5/site_perl .) at > ./build-perl-modules.pl line 20. > BEGIN failed--compilation aborted at ./build-perl-modules.pl line 20.
I got this error too building SlimServer on a Freecom FSG-3. I managed to fix it by the following: Change directory to your perl installation, then the 'File' subdirectory. On my setup, this is /home/system/opt/lib/perl5/5.8.8/File Then use wget to fetch the missing module from the CPAN website: wget http://search.cpan.org/src/PEREINAR/File-Which-0.05/Which.pm The build-perl-modules.pl script should now work; or at least, get past this problem! HTH, Alex. -- davehedgehog ------------------------------------------------------------------------ davehedgehog's Profile: http://forums.slimdevices.com/member.php?userid=9722 View this thread: http://forums.slimdevices.com/showthread.php?t=26723 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
