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

Error including libraries: ... line 28

Quote Reply
Error including libraries: ... line 28
Hi, i'm getting the following error.

I'm trying to set this script on a Win2k platform.

Error including libraries: Can't locate /cgi-bin/links/admin/db.pl at D:\WWWRoot\casinoworkzcom\www\cgi-bin\links\admin\admin.cgi line 28.

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

Here is what my script looks like:

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/casinoworkz/www/cgi-bin/links/admin";
$db_dir_url = "http://www.casinoworkz.com/cgi-bin/links/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.casinoworkz.com/cgi-bin/links";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/casinoworkz/www/cgi-bin/links";
$build_root_url = "http://www.casinoworkz.com/links";

any ideas? THanks
Quote Reply
Re: [starpuff] Error including libraries: ... line 28 In reply to
Erm, why arn't you using;

D:\WWWRoot\casinoworkzcom\www\cgi-bin\links\admin\

as your admin path?

i.e.

$db_script_path = "D:\WWWRoot\casinoworkzcom\www\cgi-bin\links\admin\";

Wink

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: [starpuff] Error including libraries: ... line 28 In reply to
Your error message and paths don't match up. The error message begins with /cgi-bin yet your admin path begins with /casinoworkz. So it looks like you haven't copied the details properly as that error is supposed to show your admin path yet it differs from the paths you say you've defined.

Last edited by:

Paul: Nov 27, 2002, 7:39 AM