in reply to Re^11: Cpan install gets stuck installing Net OpenSSH ?
in thread Cpan install gets stuck installing Net OpenSSH ?

You can just ignore the failing test. It is harmless.
  • Comment on Re^12: Cpan install gets stuck installing Net OpenSSH ?

Replies are listed 'Best First'.
Re^13: Cpan install gets stuck installing Net OpenSSH ?
by jtzako (Sexton) on Mar 16, 2016 at 00:09 UTC
    I got it to install using notest, however now it may not have completed checking for dependencies. I am missing IO::Pty but cant install it due to a compiler error (not sure why that wont install when everything else has). I may start a new question for that specific issue if I cant figure it out.
      I have released a new development version of the module with the issue (hopefully) fixed: Net::OpenSSH 0.71_03.

      Could you try it?

        I'm willing to try it, but I am not really a unix person so I do not know how to tell cpan to install that version. It only see's the 7.0 version if I run the install the usual way. (perl -MCPAN -e 'install Net::OpenSSH')