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

Re: Required Libraries

Quote Reply
Re: Required Libraries In reply to
You are confusing PATHS. The error message indicates that you are attempting to use the VIRTUAL path to your links.cfg file in the require line.

WHAT IS THE ABSOLUTE PATH THAT YOU SEE WHEN YOU LOG INTO YOUR ACCOUNT VIA TELNET??????

It should look something like the following:

Code:
www13:/sct/web/guide/YOURACCOUNT/

You would use the following:

Code:
require "/sct/web/guide/YOURACCOUNT/cgi-bin/links/admin/links.cfg";

AND by not including the COMPLETE ABSOLUTE DIRECTORY, the SCRIPT is unable to find to the CONFIG file, and THUS unable to find the value for the $db_lib_path variable, AND THUS, it cannot find the other needed required scripts.

I REALLY hope this helps.

*sigh* Wink

BTW: One of my personal pet peeves is the saying No joy...FYI.

Regards,


------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums


[This message has been edited by AnthroRules (edited February 25, 2000).]
Subject Author Views Date
Thread Required Libraries Maeve 2441 Feb 25, 2000, 2:35 PM
Post Re: Required Libraries
Stealth 2371 Feb 25, 2000, 3:00 PM
Post Re: Required Libraries
Maeve 2393 Feb 25, 2000, 3:14 PM
Post Re: Required Libraries
Maeve 2369 Feb 25, 2000, 3:27 PM
Post Re: Required Libraries
Stealth 2374 Feb 25, 2000, 4:03 PM
Post Re: Required Libraries
Maeve 2374 Feb 26, 2000, 7:50 AM
Post Re: Required Libraries
Maeve 2374 Feb 26, 2000, 8:05 AM
Post Re: Required Libraries
Stealth 2378 Feb 26, 2000, 1:40 PM
Post Re: Required Libraries
Maeve 2370 Feb 27, 2000, 7:09 AM