> > Anybody succeeded in compiling the latest mod_ssl on NT?
> > I'm getting the following error...

> The problem is that ap_hook_register/ap_hook_unregister are macros and
> actually implemented by ap_hook_register_I/ap_hook_unregister_I
> (I=internal).
> So all you should have to do is to replace ap_hook_register with
> ap_hook_register_I and ap_hook_unregister with ap_hook_unregister_I in the
> ApacheCore.def file.  Will be fixed for mod_ssl 2.2.2.

Seems to work fine!

Thanks!
Christian.

--
ir. Christian Buysschaert - Technical Manager
GlobalSign nv-sa - http://www.globalsign.net

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to