duncs / clusterssh

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

Cygwin installation issues #39

Closed towster closed 8 years ago

towster commented 9 years ago

Installation on cygwin followed these instructions basically http://lifeofageekadmin.com/how-to-install-clusterssh-on-cygwin/ Using version 4.03_06

I had a few issues. I got past everything but these are the problems I had.

  1. Build installdeps did not install Pod::Coverage and Test::Pod::Coverage
  2. In 30cluster.t there was a test for reading file "cannot_read". I had to disable this.
  3. Not sure if this last one is my fault or not. I had to add pod2htmd.tmp and pod2htmi.tmp to MANIFEST.SKIP
duncs commented 8 years ago

I believe all of these have been addressed recently. If you have any issues with a more recent version please let me know.

Duncs