Gossamer Forum
Home : Products : DBMan : Installation :

Help with Installation

Quote Reply
Help with Installation
I have installed the demo database at the following test address = "http://www.seekhomes.com/cgi-bin/dbman/db.cgi"

When I try running the demo database I get the following error message:
CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: (Maybe you didn't strip carriage returns after a network transfer?)

I have configured the defualt.cfg file as follows:
$db_dir_url = "http://www.seekhomes.com/cgi-bin/dbman";
$db_script_path = "http://www.seekhomes.com/cgi-bin/dbman";
$db_script_url = $db_dir_url . "/db.cgi";
$db_file_name = $db_script_path . "/default.db";
$db_id_file_name = $db_script_path . "/default.count";
$auth_dir = $db_script_path . "/auth";
$auth_pw_file = $db_script_path . "/default.pass";
$auth_log_file = $db_script_path . "/default.log";
require $db_script_path . "/html.pl";

I also chmoded the files as described in the Readme.txt file.

What am I doing wrong? Help!!
Quote Reply
Re: Help with Installation In reply to
Usually this error message means that one or more of the files were uploaded in binary mode. Be sure to upload them in ASCII mode.


------------------
JPD
Quote Reply
Re: Help with Installation In reply to
Hey you're right! It works now.

Thank you very much!