Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Telnet problem

Quote Reply
Telnet problem
Hi

When I try to use telnet to build my pages I am getting this error:
Software error:
[Fri Dec 1 23:37:38 2000] Links.pm: Can't locate Links.pm in @INC (@INC contains: /usr/lib/perl5/i386-linux/5.00404 /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl .) at links/admin/nph-build.cgi line 30.
BEGIN failed--compilation aborted at links/admin/nph-build.cgi line 30.

any ideas.

Regards
Christa
Quote Reply
Re: Telnet problem In reply to
As discussed in quite a few of the build problem Threads...you need to have the following codes in the Load Modules section of nph-build.cgi:

Code:

use lib '/absolute/path/to/before/Links';


BEFORE the following codes:

Code:

use CGI ();


Change '/absolute/path/to/before/Links' to your absolute path BEFORE the Links directory.

Regards,

Eliot Lee