Im tring to install a link directory script on one of my sites and its cgi (Hot Links SQL) . I having a problem with the cgi path and I get this message:
.....................................................
Can't locate /path/to/cgi-bin/directory/lang/english.pl in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at ./lang/langset.pl line 5.
...................................................
This should be modified in config file which contain:
$baseurl = 'http://www.sitename.com/cgi-bin/directory';
$htmlurl = 'http://www.sitename.com/directory';
$imageurl = 'http://www.sitename.com/images';
$pathtocgi = '/your/path/to/cgi-bin/directory';
$htmlpath = '/your/path/to/public_html/directory';
I know I should change SiteName which is no problem but what modifications should I do in the PATHS !!
Any help would be appreciated. Thanx
.....................................................
Can't locate /path/to/cgi-bin/directory/lang/english.pl in @INC (@INC contains: /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at ./lang/langset.pl line 5.
...................................................
This should be modified in config file which contain:
$baseurl = 'http://www.sitename.com/cgi-bin/directory';
$htmlurl = 'http://www.sitename.com/directory';
$imageurl = 'http://www.sitename.com/images';
$pathtocgi = '/your/path/to/cgi-bin/directory';
$htmlpath = '/your/path/to/public_html/directory';
I know I should change SiteName which is no problem but what modifications should I do in the PATHS !!
Any help would be appreciated. Thanx












