Gossamer Forum
Home : Products : DBMan : Installation :

Can not install it????

Quote Reply
Can not install it????
Hi;
I upload every file in ACII, then I run the test at http://www.vnyahoo.com/connection/db.cgi
Then I got 505 error. Then I checked the server error log, I got this:
Can't locate Time/Local.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 /www/cgi-bin/connection/db.cgi line 1071.
BEGIN failed--compilation aborted at /www/cgi-bin/connection/db.cgi line 1071.
[Sat Feb 27 13:56:46 1999] access to /www/cgi-bin/connection/db.cgi failed for 199.245.165.206, reason: Premature end of script headers
---------------
What is wrong?
This is what I have in default.cfg:
URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://www.vnyahoo.com/cgi-bin/connection";
# URL of dbman.
$db_script_url = $db_dir_url . "/db.cgi";
# Full Path and File name of the database file.
$db_file_name = $db_script_path . "/default.db";
# Full path and file name of the counter file.
$db_id_file_name = $db_script_path . "/default.count";
# Full path and file name of the authorization directory.
$auth_dir = $db_script_path . "/auth";
# Full path and file name of the password file.
$auth_pw_file = $db_script_path . "/default.pass";
# Full path and file name of the log file.
$auth_log_file = $db_script_path . "/default.log";
# Full path and file name of the html routines.
require $db_script_path . "/html.pl";
-------Please help me.

------------------