Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error including libraries

Quote Reply
Error including libraries
I need help on this matter, here is the error received when trying to open a link(url) in a sub-category, I have tried entering the full path but still cannot resolve the problem:

Error including libraries: Can't locate admin/links.cfg in @INC (@INC contains: C:\Inetpub\fly-usa\cgi-bin\sites C:/Perl/lib C:/Perl/site/lib .) at C:\Inetpub\fly-usa\cgi-bin\sites\jump.pl line 34.

Make sure they exist, permissions are set properly, and paths are set correctly.

Thanks

JG Combard




Quote Reply
Re: Error including libraries In reply to
Re-check your paths and permissions; in jump.cgi try using the full path to links.cfg such as
Code:
/home/yourdomain/www/cgi-bin/links/admin/
as indicated in the script.

Thomas
http://www.japanreference.com
Quote Reply
Re: Error including libraries In reply to
Actually, since you are on a Windows Server, you should use the following codes:

Code:

require "C:/InetPub/fly-usa/cgi-bin/sites/admin/links.cfg";


And in the future, since you have not totally and successfully installed LINKS 2.0, questions regarding installation should be posted in the appropriate (Windows, in your case) INSTALLATION forum.

Regards,

Eliot Lee
Quote Reply
Re: Error including libraries In reply to
thanks for the reply, I have tried doing that but to no avail..what else can be done?

Quote Reply
Re: Error including libraries In reply to
Contact an Installer...they are listed in the Resource section.

Regards,

Eliot Lee