Gossamer Forum
Home : Products : DBMan : Installation :

Basic Installation prblm

Quote Reply
Basic Installation prblm
I have the following test configuration at home:

WINNT 4.0 server with IIS 40
WIN98 client

I get the following errors:

The first one:
-----------------------------------------------------------
Error Message : Error loading required libraries.
Check that they exist, permissions are set correctly and that they compile.
Reason: Can't locate /cgi-bin/html.pl in @INC (@INC contains: /cgi-bin D:\PERL\lib\site D:\PERL\lib c:\perl\lib c:\perl\lib\site
c:\perl\lib\site .) at default.cfg line 51.

When I comment out this one I get the next error:
-----------------------------------------------------------
Error Message : unable to open directory in auth_cleanup: /cgi-bin/auth. Reason: No such file or directory

Script Location : D:\InetPub\wwwroot\WhiteDemons\cgi-bin\db.cgi
Perl Version : 5.00402
Setup File : default.cfg
-----------------------------------------------------------

I put all the files in /cgi-bin
And I have the file : /cgi-bin/auth/index.html

Both errors exists when the script use a require statement:
1) require $db_script_path . "/html.pl";
2) require "auth.pl";

But the files are there, so I don't know why they can't be recognized.

Hope anyone can help me...

Thanks in advance
Werner Vaarwerk
Quote Reply
Re: Basic Installation prblm In reply to
Sorry Guyes,

I allready managed to solve this problem. But I have a new one.

It has something to do with the crypt() funtion.

Error:

CGI ERROR
==========================================
Error Message : fatal error: The crypt() function is unimplemented due to excessive paranoia. at auth.pl line 63.

Script Location : D:\InetPub\wwwroot\BT_Zuid\cgi-bin\db.cgi
Perl Version : 5.00402
Setup File : default.cfg

Anyone knows what this means?

Greetz,
Werner
Quote Reply
Re: Basic Installation prblm In reply to
I believe that NT does not support the crypt function.

--Mark

------------------
You can reach me by ICQ at UIN #8602162


Quote Reply
Re: Basic Installation prblm In reply to
Hi Werner

I am using NT and I donīt have a problem with crypt.

The only difference on my system is the perl version. I have Perl 5.00502

cheers
-JO
Quote Reply
Re: Basic Installation prblm In reply to
Thanx Jaime,

that was exactly the problem. Now that I have installed Active Perl 5.0005_02 build 507 it's working very well.

Thanx again,
Werner