Gossamer Forum
Home : Products : DBMan : Installation :

Define this error

Quote Reply
Define this error
Please help me fix this errror (on an NT server):
Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate default.cfg in @INC (@INC contains: D:home
t5t171i-bindbman C:/Perl/lib C:/Perl/site/lib .) at D:\home\nt5t171\cgi-bin\dbman\db.cgi line 52.


Quote Reply
Re: Define this error In reply to
It means that you are not using the correct drive and path in the $db_script_path variable in the db.cgiscript. You need to use the following:

Code:

$db_script_path = "D:/home/nt5t171/cgi-bin/dbman";


Also, you can find other Threads that discuss installing DBMAN in NT servers via the following search link:

NT Windows DBMAN install

Regards,

Eliot Lee