This seems to fix it:
--- ExtUtils.pm.old Fri Feb 16 16:38:05 2001
+++ ExtUtils.pm Fri Feb 16 16:38:30 2001
@@ -283,7 +283,7 @@
add_module(&XS_${modname});
stash_mod_pointer("$class", &XS_${modname});
register_cleanup(perl_get_startup_pool(), (void *)1,
- remove_module_cleanup, null_cleanup);
+ null_cleanup, remove_module_cleanup);
void
END()
I'm not sure its the right fix, but my server doesn't segfault any more
:-)
--
<Matt/>
/|| ** Founder and CTO ** ** http://axkit.com/ **
//|| ** AxKit.com Ltd ** ** XML Application Serving **
// || ** http://axkit.org ** ** XSLT, XPathScript, XSP **
// \\| // ** mod_perl news and resources: http://take23.org **
\\//
//\\
// \\
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]