Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Installation errors, tips/help appreciated

Quote Reply
Installation errors, tips/help appreciated
I am trying to install the links2 script and keep getting this error whenever I try to run admin.cgi:Error including libraries: Can't locate /public_html/cgi-bin/links/admin/db_utils.pl at add.cgi line 31.Make sure they exist, permissions are set properly, and paths are set correctly.Obviously I have some path set wrong, can someone check out what I have below and let me know where I went wrong?My directories are as follows:Script located: /public_html/cgi-bin/links/admin/pages to be built: /public_html/links/pages/Here is my code:# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/public_html/cgi-bin/links/admin";
$db_dir_url = "http://www.mediamage.com/cgi-bin/links/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/public_html/links/pages";
$build_root_url = "http://www.mediamage.com/links/pages";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";# PATH and URL of What's Cool page. No Trailing slash.
$build_cool_path = "$build_root_path/Cool";
$build_cool_url = "$build_root_url/Cool"; # PATH and URL of What's Rating page. No Trailing slash.
$build_ratings_path = "$build_root_path/Ratings";
$build_ratings_url = "$build_root_url/Ratings";

Thanks!Tawnya
Subject Author Views Date
Thread Installation errors, tips/help appreciated Tawnya 3408 Sep 7, 2003, 4:59 PM
Thread Re: [Tawnya] Installation errors, tips/help appreciated
Stealth 3354 Sep 7, 2003, 5:09 PM
Thread Re: [Stealth] Installation errors, tips/help appreciated
Tawnya 3354 Sep 7, 2003, 5:26 PM
Post Re: [Tawnya] Installation errors, tips/help appreciated
Tawnya 3344 Sep 7, 2003, 6:10 PM