On Fri, May 22, 2009 at 1:30 PM, Steffen Mueller <[email protected]> wrote: > Hi Dusty, > > Dusty Wilson [Megagram] wrote: >> >> With that change to my /usr/local/bin/par.pl (the only par.pl "find / >> -iname 'par.pl'" found), it still gives me this: >> >> Can't locate List/Util/PP.pm in @INC (@INC contains: CODE(0x1d205b0) >> /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 >> /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 >> /usr/share/perl/5.10 /usr/local/lib/site_perl .) at >> /usr/local/lib/perl/5.10.0/List/Util.pm line 38. >> >> Added info: I am testing with this build command: >> pp -e 'print 123' >> and then running it on a different box (the one with the seemingly >> local-perl-related weirdness). > > just a hunch. Can you try with a > > pp -e 'use strict; use warnings; print 123,"\n"' > > again? Shouldn't be different but I seem to recall a bug...
No change in result. Exact same error. Here is the entire error for completeness: Can't locate List/Util/PP.pm in @INC (@INC contains: CODE(0x1b1b5b0) /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/lib/perl/5.10.0/List/Util.pm line 38. Compilation failed in require at /usr/local/lib/perl/5.10.0/Scalar/Util.pm line 12. Compilation failed in require at /usr/local/lib/perl/5.10.0/Compress/Zlib.pm line 9. BEGIN failed--compilation aborted at /usr/local/lib/perl/5.10.0/Compress/Zlib.pm line 9. Compilation failed in require at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 11. BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.0/Archive/Zip.pm line 11. Compilation failed in require at -e line 359.
