Gossamer Forum
Home : Products : DBMan : Customization :

An initial installation probelm

Quote Reply
An initial installation probelm
Here's everything I get in the error message:
CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate http://www.webvirginia.com/Scripts/dbman/html.pl in @INC at default.cfg line 51.

Script Location : /home/webva/html/Scripts/dbman/db.cgi
Perl Version : 5.003
Setup File : default.cfg

Form Variables
-------------------------------------------

Environment Variables
-------------------------------------------
DOCUMENT_ROOT : /home/webva/html
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_ACCEPT_CHARSET : iso-8859-1,*,utf-8
HTTP_ACCEPT_ENCODING: gzip
HTTP_ACCEPT_LANGUAGE: en
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : www.webvirginia.com
HTTP_REFERER : http://www.webvirginia.com/Scripts/dbman/
HTTP_USER_AGENT : Mozilla/4.7 [en] (Win98; U)
PATH : /sbin:/usr/sbin:/bin:/usr/bin
QUERY_STRING :
REMOTE_ADDR : 207.78.119.217
REMOTE_HOST : sub-king-217.bealenet.com
REMOTE_PORT : 1445
REQUEST_METHOD : GET
REQUEST_URI : /Scripts/dbman/db.cgi
SCRIPT_FILENAME : /home/webva/html/Scripts/dbman/db.cgi
SCRIPT_NAME : /Scripts/dbman/db.cgi
SERVER_ADMIN : frank@bealenet.com
SERVER_NAME : www.webvirginia.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Apache/1.2.5

On my server, I don't have cgi-bin and need to store everything in a directory called Scripts

In installing .pl scripts with other programs, I've had to rename them .cgi. I've tried this here and it still doesn't work. I've wiped the files and reconfigured and reinstalled them three times.

All of my permissions are set according to your readme file. Some are even a bit more liberal.

The program looks like just what I need and I intend to buy it. I just would like to see it work on my server first. Any help will be greatly appreciated.
Quote Reply
Re: An initial installation probelm In reply to
First of all, this question NEEDS to be posted in the DBMAN Installation Forum, NOT here in the DDBMAN DISCUSSION FORUM.

Anyway, the problem is with your $db_script_path variable in your db.cgi script. It needs to be set to your absolute path where the Script directory is located.

The error message indicates that since you have not properly defined the $db_script_path, the html.pl file cannot be found.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: An initial installation probelm In reply to
PS

Everything was uploaded on wsFTP in ASCII
Quote Reply
Re: An initial installation probelm In reply to
And again, the error message indicates that you have not properly defined the $db_script_path in your db.cgi.

Frown

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums