Gossamer Forum
Home : Products : DBMan : Installation :

fatal error: flock()....

Quote Reply
fatal error: flock()....
Hello,

I get this message when i run db.cgi on win98:

Error Message : fatal error: flock() unimplemented on this platform at
c:/program files/apache group/apache/users/beauduin/dbman/auth.pl line 144.


Any suggestion?

Raoul
Quote Reply
Re: fatal error: flock().... In reply to
Not sure what version of Perl you've installed (i.e. 5.00x) but flock in 5.003 and under is not supported for windows 95. Changing the
$db_use_flock = 1;
to
$db_use_flock = 0;

in the default.cfg should solve your problem.


pete