[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What's Wrong With My Perl Install?



On Sat, Apr 03, 2004 at 09:03:14AM -0500, Robert Tilley wrote:
> Attempting to execute a perl script, I received errors the meaning of which I 
> need explained.
> 
>   debian-rtg:/home/tilleyrw# ./scrape_test.pl 'Demolition Man'
>   Can't locate XML/LibXML.pm in @INC (@INC   
>   contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) 
>   at ./scrape_test.pl line 37.
>   BEGIN failed--compilation aborted at ./scrape_test.pl line 37.

You need the perl XML modules. Either pull them from cpan or install the
relavent package. There appear to be a pile of 'limxml-*-perl'
available so you'll have to find out which you need.

Brian



Reply to: