Dirk Hillbrecht said:

> Hi,
> 
> I tried to set up sitescooper but all I get is:
> 
> dh@sam:/home/dh > sitescooper.pl 
> Reading configuration from "/home/dh/.sitescooper/sitescooper.cf".
> Can't locate loadable object for module HTML::Parser in @INC (@INC contains: 
> /usr/lib/perl5/5.00503/i586-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_
> perl/5.005/i586-linux /usr/lib/perl5/site_perl/5.005 . /usr/local/bin/lib /us
> r/local/bin/site_perl /usr/local/packages/apps/sitescooper-3.0.2 /usr/local/p
> ackages/apps/sitescooper-3.0.2/lib /usr/local/packages/apps/sitescooper-3.0.2
> /site_perl) at /usr/local/bin/site_perl/HTML/Entities.pm line 79
> 
> I already enhanced @INC as you might see and the files seem to be in appropri
> ate places. File permissions are correct, also.
> 
> What am I missing?

Hi Dirk --

I'm pretty certain that the current strategy used in sitescooper to
install the modules required, doesn't work at the moment. :(

To fix this, run the following command as root:

        perl -MCPAN -e shell
        install MIME::Base64
        install HTML::Parser
        install LWP
        quit

That'll install the required modules.

--j.

_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/sitescooper-talk

Reply via email to