Since an API change of apr you need this patch in mod_ntlm.c to run the module in apache-2.2.x
greetz
ischi
590c590 < apr_pool_sub_make(&sp,p,NULL); --- > apr_pool_create_ex(&sp,p,NULL,NULL);
Log in to post a comment.