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

building error

Quote Reply
building error
I just installed the Link 2.0 script on my server and when I try to build the index page i receive this error:

Error Message : unable to open home page: /web1/tr100538/links/pages/index.html. Reason: No such file or directory
Script Location : /web1/tr100538/cgi-bin/links/admin/nph-build.cgi
Perl Version : 5.00502

Here is my config variables:

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

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/web1/tr100538/links/pages";
$build_root_url = "http://localhost/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 much for your help.
Quote Reply
Re: building error In reply to
Change the following codes:

Code:
$build_root_url = "http://localhost/links/pages";

to the following:

Code:
$build_root_url = "http://www.mantracker.com/links/pages";

Regards,

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