Hi,

the message says the URI perl module is not found


in redhat,

yum install perl-URI

will do the trick


generally speaking, you can install perl modules with CPAN

perl -MCPAN -e 'install URI'


Cheers,

Gilles

On 6/17/2016 4:02 PM, Abhishek Joshi wrote:
Hi,
On trying to do a test-get using mtt, I get the below error:
I am using this command:
./client/mtt -d --no-reporter --test-get --file ompi-core-template.ini --print-time --verbose


Running command: rm -rf ompi-tests.git
*** Child process stdout closed
*** Child process now dead
Command complete, exit status: 0
>> Command: rm -rf ompi-tests.git
   Elapsed:       00:00:00 0.01u 0.00s
Evaluating: require MTT::Common::SCM::Git
**** ERROR: Module aborted: MTT::Test::Get::SCM:Get: *** ERROR: Module*
*    aborted during require: MTT::Common::SCM::Git: Can't*
*locate URI.pm in @INC (you may need to install the URI module)*
*    (@INC*
contains: /home/abjoshi/mtt/lib /etc/perl
/usr/local/lib/aarch64-linux-gnu/perl/5.20.2
/usr/local/share/perl/5.20.2 /usr/lib/aarch64-linux-gnu/perl5/5.20
/usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl/5.20
/usr/share/perl/5.20 /usr/local/lib/site_perl .) at
/home/abjoshi/mtt/lib/MTT/Common/SCM/Git.pm line 16.
BEGIN failed--compilation aborted at
/home/abjoshi/mtt/lib/MTT/Common/SCM/Git.pm line 16.
Compilation failed in require at (eval 29) line 2.


Can anyone please advise?
--
Abhishek


_______________________________________________
mtt-users mailing list
mtt-us...@open-mpi.org
Subscription: https://www.open-mpi.org/mailman/listinfo.cgi/mtt-users
Link to this post: 
http://www.open-mpi.org/community/lists/mtt-users/2016/06/0873.php

Reply via email to