in reply to Re^4: mod_perl reloading handler on each call
in thread mod_perl reloading handler on each call

Then go and install a more recent mod_perl. If this is not possible try an old version of libapreq2 look here: old and new libapreq2
Boris
  • Comment on Re^5: mod_perl reloading handler on each call

Replies are listed 'Best First'.
Re^6: mod_perl reloading handler on each call
by Errto (Vicar) on Jan 17, 2005 at 04:20 UTC
    Thanks, I got it to work after some effort (basically just downloaded a newer .src.rpm for mod_perl and did a force-install on that, then downloaded libareq2 directly from CPAN and installed that). Now if I can just get Apache::SessionManager to work :)