Gossamer Forum
Home : Products : DBMan : Installation :

Can't even get past the demo

Quote Reply
Can't even get past the demo
You know, I had one to many /s .. so close.. anyways.. I got the login box and attempted to log in and got a new exciting error. Something about a T switch.

line 52 happens to be the line containing the default.cfg -- which of course i haven't changed since I'm still trying to just view the demo.

Thanks

-lisa

CGI ERROR
==========================================
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Insecure dependency in require while running with -T switch at D:\direct16\cgi-bin\dbman\db.cgi line 52.

Script Location : D:\direct16\cgi-bin\dbman\db.cgi
Perl Version : 5.00307
Setup File : default.cfg

Form Variables
-------------------------------------------
db : default
login : Logon
pw : guest
uid :
userid : guest



[This message has been edited by minerva (edited August 21, 1999).]
Quote Reply
Re: Can't even get past the demo In reply to
I just looked over some of the past problems that people have had installing on NT. It's pretty much guessing on my part, since I have no experience with NT at all.

One guy that had the same problem you are having had success when he set his $db_script_path -- but not like you might think.

Try setting

$db_script_path = "D:/direct16/cgi-bin/dbman"

In Perl, you need to use /s instead of \s.

Give that a shot and see what happens.


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