[rt-users] RT installation problem, perl modules dependency failed

2010-08-25 Thread Thorvald Hallvardsson
Hi, I have got a problem with 2 perl modules during the installation. When I do make testdeps it drops with: Can't locate Text/vFile/asData.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl

Re: [rt-users] RT installation problem, perl modules dependency failed

2010-08-25 Thread Kevin Falcone
It appears that you're running into two compat issues: The bug in Text-vFile-asData has already been reported here: https://rt.cpan.org/Public/Bug/Display.html?id=60696 and the Email::Address problem is that the latest release accidentally only works on 5.10 and greater. Using the slightly older

Re: [rt-users] RT installation problem, perl modules dependency failed

2010-08-26 Thread Thorvald Hallvardsson
Hi Kevin, Pefrect, Thank you for your help. Really appreciated! Regards, TH On 25 August 2010 15:37, Kevin Falcone wrote: > It appears that you're running into two compat issues: > The bug in Text-vFile-asData has already been reported here: > https://rt.cpan.org/Public/Bug/Display.html?id=60