hjmangalam / parsyncfp

follow-on to parsync (parallel rsync) with better startup perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What version of Perl is required?

jaytaylor opened this issue · comments

When I try to run parsyncfp:

Can't locate Env.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at ./parsyncfp line 12.
BEGIN failed--compilation aborted at ./parsyncfp line 12.

perl --version

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
(with 39 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

Nevermind, solved with the help of SO:

sudo yum install perl-Env

Thanks for making parsyncfp!

Is the bug referencing cases where the machine is a laptop or VM which then goes into suspend power mode?

Oh, after reading the --help more, I understand. I will set --maxload to 50 (nCPU=54).

Thanks @hjmangalam!