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

more db.pl help

Quote Reply
more db.pl help
I have tried everything i just cant seem to get it to work.Below is the error message and the cfg info any help would be great
Error including libraries: Can't locate /cgi-bin/links/admin/db.pl in @INC (@INC contains: /data1/hypermart.net/damisfit/cgi-bin/links/admin /usr/local/lib/perl5/i386-bsdos/5.00404 /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl/i386-bsdos /usr/local/lib/perl5/site_perl .) at /data1/hypermart.net/damisfit/cgi-bin/links/admin/admin.cgi line 28.

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/cgi-bin/links/admin";
$db_dir_url = "http://damisfit.hypermart.net/cgi-bin/links/admin";
Quote Reply
Re: more db.pl help In reply to
I got a [404] File Not Found error when trying to view the links.cfg at the URL you specified.

Regardless, your path to the database scripts needs to be set to:

Quote:
$db_script_path = "/data1/hypermart.net/damisfit/cgi-bin/links/admin";

This is based on the path passed back by the error message for admin.cgi. The partial path, "/cgi-bin/links/admin", will not work.

I hope this helps.
Quote Reply
Re: more db.pl help In reply to
Hi,


try check here :
Quote:

# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/cgi-bin/links/admin";
$db_dir_url = "http://damisfit.hypermart.net/cgi-bin/links/admin";
I think your path for wrong!
Quote:
$db_script_path = "your_root_path/cgi-bin/links/admin";
$db_script_path not for alias

check your "links.cfg" !!

------------------
http://www.yahooid.com
Quote Reply
Re: more db.pl help In reply to
i have tried putting damisfit.hypermart.net/cgi-bin/links/admin and many other combos i have put up a text file of the links.cfg at http://damisfit.hypermart.net/links.text
Quote Reply
Re: more db.pl help In reply to
thanks for the reply ive figured it out and you were right i just couldnt understand why it was like that since dbman diddnt work like that o well again thanks