Dave Linton <[EMAIL PROTECTED]> writes:

> On 29 Oct 2005, at 15:45, Jeff Lowrey wrote:
> 
> > What you should do is run CPAN (sudo cpan), and type "Install
> > HTML::Parser".
> >
> > And then post the output from that here.
> 
> Thanks Jeff
> 
> cpan tells me (after reporting various ftp transfers etc):
> 
> HTML::Parser is up to date.

Run "force install HTML::Parser" from the cpan shell then.  This will
reinstall the module even if it is believed to be up to data.  The
reason CPAN was fooled is probably that you copied the Parser.pm into
the perl tree in your first attempt.

Regards,
Gisle


> Running the validator still gives me:
> 
> Can't locate loadable object for module HTML::Parser in @INC (@INC
> contains: /System/Library/Perl/5.8.1/darwin-thread-multi-2level
> /System/Library/Perl/5.8.1
> /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1
> /Library/Perl /Network/Library/Perl/5.8.1/darwin-thread-multi-2level
> /Network/Library/Perl/5.8.1 /Network/Library/Perl) at
> /Library/WebServer/Documents/validator/htdocs/check line 48
> Compilation failed in require at
> /Library/WebServer/Documents/validator/htdocs/check line 48.
> BEGIN failed--compilation aborted at
> /Library/WebServer/Documents/validator/htdocs/check line 48.

Reply via email to