Gossamer Forum
Home : Products : DBMan : Installation :

"Installation error" can't locate default.cfg or (MR.cfg)

Quote Reply
"Installation error" can't locate default.cfg or (MR.cfg)
I've just tried to create my own DB, I've modified made my own cfg file. Loading it from url www.isi.his.no/cgi/dbman/db.pl?db=MR gives me error Can't locate MR.cfg in @INC ....
likewise without specifing the db gives an error can't locate default.cfg.

I'm using NT, IIS, perl 5.005

BTW Somehow I've tightend security so that anonymis accsess is not allowed. The check box for allowing this is on(IIS), any other tips?

------------------
rbh

[This message has been edited by rholte (edited January 15, 1999).]
Quote Reply
Re: "Installation error" can't locate default.cfg or (MR.cfg) In reply to
Do you have a file called MR.cfg in your DBMan directory? Also, make sure the path is defined in db.cgi properly.

If you are still stuck, email me the full error output.

Hope that helps,

Alex
Quote Reply
Re: "Installation error" can't locate default.cfg or (MR.cfg) In reply to
File MR.cfg is in the dir.

Have resolved problem with password authentication on site. I'ts curently open for everyone with directory browsing capabillities url http://www.isi.his.no/cgi/dbman

PS Alex I'll still want me to send you debug info. You can get it it from url above. I've renamed db.cgi to db.pl FYI

------------------
rbh
Quote Reply
Re: "Installation error" can't locate default.cfg or (MR.cfg) In reply to
Solved MY originating problem. Forgot \\ in path in db.cgi (db.pl)

Default database works perfekt

New error:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Can't locate object method "new" via package "Benchmark" at G:\InetPub\ftproot\home\www\cgi-bin\dbman\db.cgi line 57.


------------------
rbh

[This message has been edited by rholte (edited January 16, 1999).]
Quote Reply
Re: "Installation error" can't locate default.cfg or (MR.cfg) In reply to
Hi,

Your perl doesn't support benchmarking.

Turn off $db_benchmark or install the latest version of Perl from Activestate (http://www.activestate.com/).

Cheers,

Alex