Re: Help -- Screen Scraping with Mechanize

2004-04-06 Thread Colin Watson
On Mon, Apr 05, 2004 at 09:03:14PM -0400, Robert Tilley wrote:
 I have libwww-mechanize-perl and libwww-perl installed.  Is there some 
 debian-specific configuration I'm overlooking that can cause the errors 
 below?
 
 I don't know what's happening but something is not being found in some search 
 path.  Help?
 
 [EMAIL PROTECTED]:~$ ./scrape_test.pl 'Demolition Man'
 Can't locate XML/LibXML.pm in @INC (@INC 

You're still missing libxml-libxml-perl, as before.

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Help -- Screen Scraping with Mechanize

2004-04-05 Thread Robert Tilley
I have libwww-mechanize-perl and libwww-perl installed.  Is there some 
debian-specific configuration I'm overlooking that can cause the errors 
below?

I don't know what's happening but something is not being found in some search 
path.  Help?

[EMAIL PROTECTED]:~$ ./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.

-- 
Comments are appreciated,

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]