Frank Wiles wrote: > On Wed, 21 Dec 2005 11:21:14 +0100 > Peter Mogensen <[EMAIL PROTECTED]> wrote: > > >>I think I have the signs of a bug somewhere. I'm building a mod_per2 >>application and lately the apache2 process has started to sigfault. It >>seems to be after I started "use"ing MIME::Lite. [...] >>I've seen one other post with the same problem: >>http://www.spanner.org/lists/mod_perl/2005/04/20/9c183e04.html [...] > > You're going to most likely want to install a newer version of > mod_perl than you have.
If anybody should run into the same problem... here's the explanation: mod_perl has a bug causing Apache to segfault, if %ENV is declared local. (MIME::Lite does this). The bug has been fixed in SVN r357236. http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/?rev=357236 I hope 2.0.3 is released soon :) regards, Peter Mogensen