I am building Net::SSH2 and get a clean compile but when I go to do the test it fails. It fails when it tries to bring data back across the secure connection. The libssl2 is linked to open ssl. I tried to build this on both CentOS 4.4 and RH9 and got the same result. Here is the test's output:
make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h
+arness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Net-SSH2....ok 61/72# Failed test (t/Net-SSH2.t at line 190)
+
# Failed test (t/Net-SSH2.t at line 191)
Use of uninitialized value in concatenation (.) or string at t/Net-SSH
+2.t line 193.
Use of uninitialized value in scalar chomp at t/Net-SSH2.t line 194.
# Failed test (t/Net-SSH2.t at line 195)
# got: undef
# expected: '/'
t/Net-SSH2....ok 72/72# Looks like you failed 3 tests of 72.
+
t/Net-SSH2....dubious
+
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 63-65
Failed 3/72 tests, 95.83% okay (less 6 skipped tests: 63 okay,
+ 87.50%)
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------
+---------
t/Net-SSH2.t 3 768 72 3 4.17% 63-65
6 subtests skipped.
Failed 1/1 test scripts, 0.00% okay. 3/72 subtests failed, 95.83% okay
+.
make: *** [test_dynamic] Error 2
Any Ideas?
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.