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

Yes, libapreq2
Boris
  • Comment on Re^3: mod_perl reloading handler on each call

Replies are listed 'Best First'.
Re^4: mod_perl reloading handler on each call
by Errto (Vicar) on Jan 11, 2005 at 05:00 UTC
    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.
      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 :)