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

Products: Links 2.0: Installation -- Unix: Re: [anonicon] Can't Find links.cfg on installation: Edit Log

Here is the list of edits for this post
Re: [anonicon] Can't Find links.cfg on installation
Try running this script to see what your paths are supposed to be...
Code:
#!/usr/local/bin/perl
use CGI qw(:standard);
print header(),
html(
body(
join br(), map { "$_ = $ENV{$_}"} sort keys %ENV
)
);

Last edited by:

King Junko II: Mar 21, 2002, 11:03 PM

Edit Log: