duncs / clusterssh

Cluster SSH - Cluster Admin Via SSH
https://github.com/duncs/clusterssh/wiki
897 stars 79 forks source link

Unable to build CSSH #19

Closed cvancar closed 9 years ago

cvancar commented 9 years ago

Hi,

I am unable to build sources. I faced following error:

pwd /home/pcvancar/App-ClusterSSH-4.03_03 perl Build.PL

Creating custom builder _build/lib/Module/Build/Custom.pm in _build/lib/Module/Build Can't locate CPAN/Changes.pm in @INC (@INC contains: /home/pcvancar/App-ClusterSSH-4.03_03/_build/lib /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 /home/pcvancar/App-ClusterSSH-4.03_03/_build/lib/Module/Build/Custom.pm line 16. BEGIN failed--compilation aborted at /home/pcvancar/App-ClusterSSH-4.03_03/_build/lib/Module/Build/Custom.pm line 16. Compilation failed in require at (eval 23) line 2. BEGIN failed--compilation aborted at (eval 23) line 2.

Thanks Petr

mperry2 commented 9 years ago

Did you install the CPAN::Changes module? If not, run cpanm CPAN::Changes to install it. You may also need to install File::Slurp before perl Build.PL will work.

duncs commented 9 years ago

Running perl Build.PL shoud tell you all missing modules that you need to install, either using your OS package repositories or cpanm as mperry2 suggested

Duncs