I had a similar problem. Most likely thing that's happened is that CPAN has installed perl5.8.0 for you in /usr/local/bin - and your RT Makefile still references old-perl in /usr/bin. Change the line near the top of the Makefile to /usr/local/bin/perl and everything should go smoothly. Good luck, Drew M. Mooney