Gossamer Forum
Home : Products : DBMan : Installation :

DBMan installation problems

Quote Reply
DBMan installation problems
Can't get script to work! Permissions are set according to the Readme file.Perl is set to /usr/bin/perl, which is correct.The DB.cgi is set to $db_script_path = "/usr/local/etc/httpd/htdocs/rpmnetwork/rpmnetworkcgi/db.cgi";
My server requires me to use "rpmnetworkcgi" instead of "cgi-bin".
Default.cfg is set as follows;
URL of the directory dbman resides in. No Trailing Slash Please.
$db_dir_url = "http://www.rpmnetwork.com/rpmnetworkcgi";
# 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";

I tried turning off benchmarking, debugging...nothing works.
Server is running Linux OS [HTTP 1.1.], Apache 1.2.5 and Perl5+
Any help is greatly appreciated!
Chris sadie@netmcr.com
Quote Reply
Re: DBMan installation problems In reply to
Are you getting a specific error message?
Not working could mean many things.

Jamie


------------------
James A. (Jamie) Dennis
*Certified AIX Administrator
*Certified Solaris Administrator
*Member - SAGE, USENIX