[rt-users] Upgrade issues 3.0.6 -> 3.0.10 [long]
Ruslan U. Zakirov
cubic at acronis.ru
Mon May 10 13:05:42 EDT 2004
I think you forgot to point that you also have upgraded perl, have you?
mod_perl binds to perl version and even if you upgrade it, mod_perl
fetch modules from old paths so you have to rebuild mod_perl against new
perl version. Or use old perl interpreter to install modules, for eg:
perl5.8.0 -e 'install DBIx::SearchBuilder' -MCPAN
But you want perl5.8.3, I hope you saw discussions about issues.
If you have RPM system you can try perl from Fedora. I use it in out
production and it's good enought.
Good luck. Ruslan.
Andy Harrison wrote:
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> On Mon, 10 May 2004 20:06:41 +0400, Ruslan U. Zakirov wrote
> Subject: "Re: [rt-users] Upgrade issues 3.0.6 -> 3.0.10 [long]"
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>> You should install latest DBIx::SearchBuilder.
>> When you upgrade don't forget about test-dependencies.
>
>
> I have the latest version installed, however, since it is pulling
> Mason from the wrong path, it is highly likely it is pulling
> DBIx::SearchBuilder from the wrong path also. I upgraded the version in
> the wrong path so it least the upgrade should be able to proceed until
> I can figure out why it's pulling from the wrong path in the first
> place...
>
>
More information about the rt-users
mailing list