> I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system.
> Since the perl binary that came with the redhat distribution was version
> 5.6.0, I  assumed that is the version that got built into mod perl
> (statically linked).   But I just discovered using perl's $] variable,
> that it's actually using 5.006!
>
> So far as I can tell, I don't even have a copy of perl 5.006 on my
> system... Is mod_perl actulaly distributed with a version of perl
> interpreter intact? If so, How do I upgrade it?

For the amount of time it takes, I'd suggest just building a local
copy of mod_perl.  If you use a .makepl_args.mod_perl file it can
be done with a single "perl Makefile.PL; make test install".

Reply via email to