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

Re: Installation problems

Quote Reply
Re: Installation problems In reply to
The cgi-bin directory and links directory underneath the cgi-bin should both be 755 (rwxr-xr-x).

Make sure that you have the following for your require line for the links.cfg file in the admin.cgi file:

Code:
require "/web/sites/skb52/missadventurer/cgi-bin/links/admin/links.cfg";

Or simply use the following:

Code:
require "links.cfg";

Or use the following:

Code:
require "./links.cfg";

Some servers are set-up to use the path codes below the file and file name, others you have to specify the complete ABSOLUTE PATH to files.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Subject Author Views Date
Thread Installation problems Circes 2310 Feb 29, 2000, 10:06 AM
Post Re: Installation problems
Stealth 2229 Feb 29, 2000, 10:38 AM
Post Re: Installation problems
Circes 2222 Feb 29, 2000, 12:21 PM
Post Re: Installation problems
Stealth 2230 Feb 29, 2000, 1:28 PM
Post Re: Installation problems
Circes 2235 Mar 2, 2000, 3:30 AM
Post Re: Installation problems
Circes 2229 Mar 3, 2000, 4:57 AM
Post Re: Installation problems
Stealth 2222 Mar 3, 2000, 8:28 AM