I already had that statement as the last statement in my httpd.conf file; nonetheless the bombs still surface. Any other ideas? Here is what I had in the httpd.conf:
#As per apache-asp.org website recommendation for win95/98
<Perl>
*CORE::GLOBAL::flock = sub { 1 };
</Perl>
Am highly perfervid to make this work and hoping to hear back from you.
Thanks,
Rex
.
[EMAIL PROTECTED] wrote:
"Arul, Rex" wrote:Hello Friends,
The only progress I made was that the HTTPD did respond to invocations
after I changed the path information without double quotes. I am not
sure if that solved the problem. That enabled my other scripts to run.
But I just cannot make Apache::ASP to work, because of this error:
flock() unimplemented on this platform at C:/Perl/site/lib/MLDBM/Sync.pm
line 235.
You need to apply a work around, which you can find here:
http://www.apache-asp.org/install.html#WinME%20%2F%2098%20%2Fdb672bf2
Basically, you don't need file locking now on win32 mod_perl
since all requests are serialized anyway.
Good luck! You have come quite a ways so far.
--Josh
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]