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

Error including libraries !!

Quote Reply
Error including libraries !!
I got this message :
Error including libraries: Can't locate /home/abdibangsa/cgi-bin/links/admin/db.pl in @INC (@INC contains: /usr/libdata/perl/5.00502/mach /usr/libdata/perl/5.00502 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at admin.cgi line 9. Make sure they exist, permissions are set properly, and paths are set correctly.

NB:
$db_script_path = "/home/abdibangsa/cgi-bin/links/admin";
$db_dir_url = "http://addweb.virtualave.net/cgi-bin/links/admin";

$db_cgi_url = "http://addweb.virtualave.net/cgi-bin/links";

$build_root_path = "/home/abdibangsa/public_html";
$build_root_url = "http://addweb.virtualave.net";

$build_new_path = "$build_root_path/New/";
$build_new_url = "$build_root_url/New/";

$build_cool_path = "$build_root_path/Cool/";
$build_cool_url = "$build_root_url/Cool/";


Please somebody help me, what's wrong ???
Quote Reply
Re: Error including libraries !! In reply to
The problem is NOT in your links.cfg file. The problem is that you have not included the complete absolute path to the links.cfg file in the require line.

BTW: This has been discussed before in this Forum...try using the forum's search engine.

Wink

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------