Gossamer Forum
Quote Reply
Problem with Add_spider
When I try to install Add_spider plugin, the install fails because:

"Can't locate LWP.pm in @INC (@INC contains: /home/httpd/cgi-bin/admin /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at AddSpider_SQL.pm line 16.
BEGIN failed--compilation aborted at AddSpider_SQL.pm line 16."



I 'm using LinkSQL 2.1.0

Could anyone help me?

Thanks in advance


Last edited by:

JoseML: May 7, 2002, 4:57 PM
Quote Reply
Re: [JoseML] Problem with Add_spider In reply to
I can read in AddSpider_SQL.pm line 16:

.....

use LWP;
use LWP::Simple;
.....

But, where is the "LWP::Simple" file?

I don't fine the "LWP::Simple" file in LinkSQL 2.1.0


Thanks

Last edited by:

JoseML: May 15, 2002, 3:48 AM