Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Links 2.0 admin error

Quote Reply
Links 2.0 admin error
could someone tell me what this error mean?

Error including libraries: Can't locate /d:/inetpub/wwwroot/mysite.com/www/cgi-bin/links/admin/links.cfg in @INC (@INC contains: D:\Inetpub\wwwroot\mysite.com\www\cgi-bin\links\admin C:/Perl/lib C:/Perl/site/lib .) at D:\Inetpub\wwwroot\mysite.com\www\cgi-bin\links\admin\admin.cgi line 27.

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



Quote Reply
Re: Links 2.0 admin error In reply to
Yep...you have not configured the first require line in the admin.cgi file correctly.

You should have the following:

Code:

require "D:/InetPub/wwwroot/mysite.com/www/cgi-bin/links/admin/links.cfg";


Make sure that the drive letter is the same case as where your files are located. Also, make sure that InetPub is the correct case setting.

Regards,

Eliot Lee
Quote Reply
Re: Links 2.0 admin error In reply to
Thanks for the reply. Everything is correct, I tripple checked it and it's fine. Is there anything else I can check or do?

thanks

Quote Reply
Re: Links 2.0 admin error In reply to
Are getting the same error message? If so...again you need to use D:/ NOT d:/ for your drive letter...drive letters are CASE SenSiTive!

Regards,

Eliot Lee