Re: Can't locate HTML::Parser in @INC

2009-06-05 Thread Peter Nikolaidis
>> Any suggestions? > > What about file permissions? Does the user the test script was run as > have read access to > /usr/local/lib/perl5/site_perl/5.10.0/x86_64-linux/HTML/Parser.pm ? Hello, I just tried running the test script as root and got the same results, so I do not think it is a permis

Re: Can't locate HTML::Parser in @INC

2009-06-04 Thread Gunnar Hjalmarsson
Peter Nikolaidis wrote: I wrote a test script, which does nothing more than require HTML::Parser, and it fails with the following: catu...@www2:~$ perl test.plx Can't locate HTML::Parser in @INC (@INC contains: /usr/local/lib/perl5/5.10.0/x86_64-linux /usr/local/lib/perl5/5.10.0 /usr/

Can't locate HTML::Parser in @INC

2009-06-04 Thread Peter Nikolaidis
/perl -MCPAN -e 'install HTML::Parser' and verified that I was using /usr/local/bin/perl (as opposed to the stock Debian perl at /usr/bin/perl). I wrote a test script, which does nothing more than require HTML::Parser, and it fails with the following: catu...@www2:~$ perl test.plx Ca