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

Thanks for the tip, borisz. Unfortunately I'm not able to install it on my Fedora 2 box because I don't have a high enough version of mod_perl. There's an RPM available from http://www.rexursive.com/software/modspin/ but if I'm going to compile libapreq2 I also need the mod_perl-devel to go along with it.
  • Comment on Re^4: mod_perl reloading handler on each call

Replies are listed 'Best First'.
Re^5: mod_perl reloading handler on each call
by borisz (Canon) on Jan 11, 2005 at 07:32 UTC
    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
      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 :)