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

Does Apache::Request exist for mod_perl2? I tried installing it via CPAN.pm on my box with mod_perl2 installed and I got the following:
CPAN.pm: Going to build S/ST/STAS/libapreq-1.33.tar.gz mod_perl 1.x ( < 1.99) is required at Makefile.PL line 34.
Is there another way to get it?

Replies are listed 'Best First'.
Re^3: mod_perl reloading handler on each call
by borisz (Canon) on Jan 10, 2005 at 04:46 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