Gossamer Forum
Home : Products : DBMan : Installation :

Strange problem !

Quote Reply
Strange problem !
Hello.

I have this error when I run the script. The strange thing is that it says it cannot locate the file html.pl but it is there and correctly chmoded!

What's wrong ?

Thank you in advance for your help.

CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate /cgi-bin/dbman/html.pl in @INC (@INC contains: /cgi-bin/dbman /usr/local/lib/perl5/i386-bsdos/5.00403 /usr/local/lib/perl5 /usr/local/lib/perl5/site_perl/i386-bsdos /usr/local/lib/perl5/site_perl .) at default.cfg line 51.

Quote Reply
Re: Strange problem ! In reply to
The only thing I can think of is that you possibly deleted the / before "html.pl" in your default.cfg file.

Check to make sure the line reads exactly

require $db_script_path . "/html.pl";

I don't know what else it could be.


------------------
JPD





Quote Reply
Re: Strange problem ! In reply to
No....That's not it

-----------------------------------
# Full path and file name of the html routines.
require $db_script_path . "/html.pl";
-----------------------------------

Here is the piece of my config file...:/
and the path is GOOD but it doesn't work !

Any other ideas ?
Quote Reply
Re: Strange problem ! In reply to
You may have to set the full path to your directory in the db.cgi script. This is not a URL, but the directory path on your server.

------------------
JPD