Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Win 2000 Install

Quote Reply
Win 2000 Install
Hello

Read through assortment of threads - maybe missed it, is there one single page that outlines the Windows 2000 setup? Want this running for a local intranet.

Using
Windows 2000/Server IIS4.0/Perl5.6/My SQL 3.23.28-gamma

Error Received on execution of nph-setup.cgi

CHECKING Setup:
loading your c:\inetpub\wwwroot\cgi-bin\dbmansql\db.cfg file ... Failed: Can't locate html.pl in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at c:\inetpub\wwwroot\cgi-bin\dbmansql\db.cfg line 47.
Compilation failed in require at c:\inetpub\wwwroot\cgi-bin\dbmansql\nph-setup.cgi line 72.

Pathes / Set up Files As Follows

I use #!c:\perl\bin\perl in leiu of unix shebang path (may only be applicable to Apache - so should not be relevant here)

->db.cgi
#$db_script_path = "."; ORIGINAL
$db_script_path = "c:\inetpub\wwwroot\cgi-bin\dbmansql";

->nph-setup.cgi
# Look for db.cfg file.
eval {
$in{'config'} ?
#($config = $in{'config'}) : ORIGINAL
#($config = 'db.cfg'); ORIGINAL

($config = $in{'config'}) :
($config = 'c:\inetpub\wwwroot\cgi-bin\dbmansql\db.cfg');

->db.cfg


# $db_script_url = "http://penguin/alex/dbman-sql/db.cgi"; ORIGINAL LINE

$db_script_url = "http://mrburns/cgi-bin/dbmansql/db.cgi";

# Path and file name of the html routines.

# require "./html.pl"; ORIGINAL
require "html.pl";
----------------------------

Really appreciate advise on correct set up

Many thanks
John


Subject Author Views Date
Thread Win 2000 Install gatman 2557 Dec 14, 2000, 6:55 AM
Post Re: Win 2000 Install
Stealth 2422 Dec 14, 2000, 7:37 AM