Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Spider Problems

Quote Reply
Spider Problems
When ever I try and run spider.pl I get the following error:

Can't locate Links.pm in @INC (@INC contains: ../.. /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /var/www/cgi-bin/admin/Plugins/Spider/spider.pl line 19. BEGIN failed--compilation aborted at /var/www/cgi-bin/admin/Plugins/Spider/spider.pl line 19.

Any help would be appreciated.

Thanks
Quote Reply
Re: [gta67] Spider Problems In reply to
What version of Links are you using? I thouht the GT Spider was taken off the market for 2.1.2, due to problems. This may be one of them Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Spider Problems In reply to
I am using the new version of Links (2.1.2). Is it possible that I have something else setup wrong or that my permissions are incorrect? The plugin was installed successfully to my knowledge, at least that's what it said.

Thanks
Quote Reply
Re: [gta67] Spider Problems In reply to
Did you do a recent upgrade of LinksSQL? Say from 2.1.1 or 2.1.0 ?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Spider Problems In reply to
No, I just ordered Links SQL a few days ago. No other versions have previously been installed.

Thanks,

Ben
Quote Reply
Re: [gta67] Spider Problems In reply to
If you open spider.pl (in /admin/Plugins/Spider/) .. does the path point to the correct location of your admin folder?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Spider Problems In reply to
Yes, the path is correct.
Quote Reply
Re: [gta67] Spider Problems In reply to
I would send an email to support@gossamer-threads.com, and get them to look into it further. If nothing was changed, then it seems very odd it stopped working Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] Spider Problems In reply to
I downloaded the spider yesterday and am getting the same error.

Anyone resolve this yet?

Thanks.
Quote Reply
Re: [biglion] Spider Problems In reply to
OK, seems I figured it out and got it working...

In spider.pl...

use lib '../..';
and
Links::init('../..');

replace the ../.. with the actual path to your admin directory, such as
/home/yoursite/public_html/cgi-bin/linkssql/admin