RT still using the old Perl libraries

i just upgraded perl from 5.6.0 to 5.6.1 to get rid of those ‘Bizaare
copy of hash’ errors. unfortunately, i am still getting those errors and
i noticed that it still uses the 5.6.0 libraries instead of 5.6.1

error: Bizarre copy of CODE in aassign at
/usr/lib/perl5/site_perl/5.6.0/Devel/StackTrace.pm line 67.

perl 5.6.1 libraries are located on /usr/local/lib/perl5/5.6.1 and are
the ones that should be used.

how can i fix this?

thanks.

alviN

“a” == alviN gamboa@infophil.com writes:

a> i just upgraded perl from 5.6.0 to 5.6.1 to get rid of those ‘Bizaare
a> copy of hash’ errors. unfortunately, i am still getting those errors and
a> i noticed that it still uses the 5.6.0 libraries instead of 5.6.1

a> error: Bizarre copy of CODE in aassign at
a> /usr/lib/perl5/site_perl/5.6.0/Devel/StackTrace.pm line 67.
a> …

a> perl 5.6.1 libraries are located on /usr/local/lib/perl5/5.6.1 and are
a> the ones that should be used.

a> how can i fix this?

If you’re running mod_perl, you need to recompile mod_perl with the
perl 5.6.1 libraries.