Gossamer Forum
Home : Products : DBMan : Installation :

fatal error: flock() is not available on Win95!

Quote Reply
fatal error: flock() is not available on Win95!
When I installed DBMan under Unix on the net, it was ok (after a couple of problems, which were decided in this forum) . But when I Installed DBMan under Windows on local Apache Server, i've got a subj error.


Sorry, i hurried up :)
Made search on flock() and found some post about that.
Set $db_use_flock to 0 and everything seemed to be working properly :)
Quote Reply
Re: fatal error: flock() is not available on Win95! In reply to
Right...and this is clearly stated in the default.cfg file as well.

Code:

# Use file locking (1 = Yes, 0 = No). Should be used, but won't work on Win95.
$db_use_flock = 1;


Regards,

Eliot Lee