Hallo G�nter,

>> The module loads fine in relase and debug modes in apache, but as
soon
>> as a auth request commes, apache crashes.
>hmm, I've seen exactly the same with another module mod_auth_pgsql; 
>I thought it was the module as it is beta stuff, but it works fine on
Linux; but
> now I think more there's a general problem with Win32...??
The default linux apache uses a non-threaded MPM, so all the mutex
stuff
doesn't get build/included.

Look at the  #if APR_HAS_THREADS lines, they aren't used by linux
usually.

But win32 uses threads (and the netware I think too) so this code is
probably not widely "tested"

Andr�

Reply via email to