On Wed, 22 May 2002, Dan Wilga wrote:
 
> Interesting. When I do that, I get the same problem I did when I 
> tried to run with 1.25_01 and 1.26: Apache core dumps. I think I'll 
> have to try compiling it again with the latest version of mod_perl, 
> and perhaps not as a DSO.

possible that your are hitting the XSLoader vs. DynaLoader problem, where 
the list of dlhandles can be wiped out.  try adding 'use DynaLoader ();' 
to your startup.pl before any other module is loaded.

Reply via email to