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

an error - pls help me

Quote Reply
an error - pls help me
i just upload my files exacly like in the readme
i put the right on the files...but is still give me an error.
i try to put on netfirms.com

the error is:

Error including libraries: Can't locate /cgi-bin/links/admin/db.pl at admin.cgi line 28. Make sure they exist, permissions are set properly, and paths are set correctly

pls help!
thank you and best regards.
Quote Reply
Re: [mihai^] an error - pls help me In reply to
Well, if you have the PATH set correctly in links.cfg, it should find it. From admin.cgi we find this:

Code:
require "links.cfg"; # Change this to full path to links.cfg if you have problems.
require "$db_lib_path/db.pl"; # Database Routines.






<AHEM!! THIS FORUM HAS A TENDENCY TO REMOVE ANYTHING BELOW A {code}
SECTION---SO HERE IT IS AGAIN!>

Do like the first line says, and put your FULL PATH to links to links.cfg there. It will look vaguely like: "/full/path/to/cgi-bin/links/admin/links.cfg" with the "full/path/to" being info specific to your host. Also, be sure that the PATHS are set right IN links.cfg, and that you put a PATH where it should be, and an URL where it should be. Hope that helps...


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: Dec 12, 2002, 10:10 AM