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

weird error on nt. help appreciated.

Quote Reply
weird error on nt. help appreciated.
Error including libraries: Can't locate /d:/domains/altermusic.net/cgi-shl/links/admin/db.pl in @INC (@INC contains: d:\domains\altermusic.net\cgi-shl\links\admin d:/WebSite/perl5/lib d:/WebSite/perl5/site/lib .) at d:\domains\altermusic.net\cgi-shl\links\admin\admin.pl line 28.

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


------------------
M. J.
Quote Reply
Re: weird error on nt. help appreciated. In reply to
Make sure that you have referenced the FULL ABSOLUTE PATH to your db.pl and other required files in the admin.pl file, like the following:

Code:
require "D:/domains/altermusic.net/cgi-shl/links/db.pl";

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------





[This message has been edited by Eliot (edited January 07, 2000).]