On Fri, Oct 7, 2011 at 1:15 PM, Dan Axtell <daniel.axt...@snet.net> wrote: > Hi, > > I'm trying to upgrade some 64-bit Linux servers and though I'd upgrade Perl as > well. I've built the latest Apache (2.0.21), Perl (5.14.2) and mod_perl
That version of Apache is the legacy 2.0.x branch. Any chance you can upgrade to 2.2.x? Some of the authentication handling changed IIRC. > (2.0.5), but mod_perl fails three tests: > api/request_rec > filter/out_str_reverse > err_headers_out > > When I went ahead and installed this on a test server, some stuff worked but > some custom authentication handlers failed. > > The last time I built everything from source I used Perl 5.10.1 and mod_perl > 2.0.4, I believe. Is there a recommended version of Perl to use when > building mod_perl? > > Thanks, > Dan >