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