[rt-users] RT 3.4.4 and mod_perl1.99 - clarification
Steven E. Ames
sames at officescape.com
Thu Sep 15 10:41:34 EDT 2005
> -----Original Message-----
> From: rt-users-bounces at lists.bestpractical.com
> [mailto:rt-users-bounces at lists.bestpractical.com]On Behalf Of Stewart
> Tranter
> Sent: Thursday, September 15, 2005 4:55 AM
> To: rt-users at lists.bestpractical.com; Jesse Vincent
> Subject: Re: [rt-users] RT 3.4.4 and mod_perl1.99 - clarification
>
>
> Sorry to bring this back up, but I'm very confused now by this whole
> topic. Our production server, is happily running the following:
>
> On a new test server we have tried the following, which
> should work and
> doesn't:
>
> Fedora Core 4
> Apache/2.0.54
> mod_perl-2.0.0-0.rc5.3
> RT 3.4.4 or RT 3.5.2 (tried both)
>
> We get the "usual":
>
> [Wed Sep 14 16:05:22 2005] [error] RT does not support mod_perl 1.99.
> Please upgrade to mod_perl 2.0 at /opt/rt3/bin/webmux.pl line
That is rather confusing. In webmux.pl it clearly says:
die "RT does not support mod_perl 1.99. Please upgrade to mod_perl 2.0"
if $ENV{'MOD_PERL'}
and $ENV{'MOD_PERL'} =~ m{mod_perl/(?:1\.9)};
This implies that you should only se this error if you have mod_perl and the mod_perl version gets set to something that includes 1.9. I'd like to think that mod_perl2.0.0-0.rc5.3 doesn't set the MOD_PERL environment variable to 1.9. Is it possible that you have two versions of mod_perl installed? Also any chance of upgrading mod_perl to 2.01 release?
-Steve
More information about the rt-users
mailing list