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

Can't locate HTML::Parser in @INC

2009-06-04 Thread Peter Nikolaidis
Hello, We're running a Debian 5 (AMD64) server, with Perl 5.10 compiled from source because we require a non-threaded Perl for an e-commerce app. It fails to load, complaining that several modules were not found, including, for instance, HTML::Parser. I installed this via /usr/local/bin/perl -MCP