I'm trying to install Net::OpenSSH in HP_UX but when I do make test I get:

root-gfaae329:/root/.cpan/build/Net-OpenSSH-0.60>make test PERL_DL_NONLAZY=1 /opt/perl/bin/perl "-MExtUtils::Command::MM" + "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_run.....# # SSH client found: OpenSSH_5.9p1+sftpfilecontrol-v1.3-hpn13v12, OpenS +SL 0.9.8x 10 May 2012 # HP-UX Secure Shell-A.05.90.009, HP-UX Secure Shell version. # Trying to connect to localhost, timeout is 15s. t/1_run.....1/46 # Failed test 'mux socket permissions' # at t/1_run.t line 92. # got: '448' # expected: '384' # Failed test at t/1_run.t line 117. t/1_run.....39/46 # Looks like you failed 2 tests of 46. t/1_run..... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/46 subtests (less 1 skipped subtest: 43 okay) t/2_pods....skipped: Only the author needs to check that POD docs are +right Test Summary Report ------------------- t/1_run (Wstat: 512 Tests: 46 Failed: 2) Failed tests: 2, 9 Non-zero exit status: 2 Files=2, Tests=46, 3 wallclock secs ( 0.07 usr 0.02 sys + 0.78 cusr + 0.41 csys = 1.28 CPU) Result: FAIL Failed 1/2 test programs. 2/46 subtests failed. *** Error exit code 255 Stop.

I would like to know how I can solve this problem.

Thanks

In reply to Net::OpenSSh failed with mux socket permissions in make test by ismaq

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.