On Wed, Jul 21, 2010 at 6:48 AM, Tom Murphy <[email protected]> wrote: > Looking at the line numbering. chroot is called at line 153297 which > is after Exporter/Heavy.pm is read (line 13180) but Carp/Heavy.pm isn't > looked for until line 155196. So the chroot is taking place in between > those times. > > I have tried running apache without chroot, but I get the same error. > I wonder if there is something wrong with mod_perl itself?
Sounds like it. Have you checked the release notes/change log for versions of mod_perl after the one included in OpenBSD? Is there a newer version in ports (though it would probably require a different apache too)? If so, have you tried that one? Philip Guenther

