Dear monks, I'm stuck with "porting" my perlscript to above mentioned machine.

Usually I just copy my perlprog to the new machine and do a perl -MCPAN -e shell followed by install LWP::UserAgent Until now those steps were enough to get it to work on every Windows- and Linux-machine. I hope someone of you knows how to challenge below errors.

big thanks in advance
tiMb

Running make test /usr/bin/perl t/TEST 0 base/common-req.t ......... ok base/cookies.t ............ 1/66 Day too big - 88298 > 24855 Sec too big - 88298 > 11647 base/cookies.t ............ ok base/date.t ............... ok base/headers-auth.t ....... ok base/headers-etag.t ....... ok base/headers-util.t ....... ok base/headers.t ............ ok base/http-config.t ........ ok base/http.t ............... ok base/listing.t ............ ok base/mediatypes.t ......... ok base/message-charset.t .... ok base/message-old.t ........ ok base/message-parts.t ...... ok base/message.t ............ 90/125 # Test 116 got: <UNDEF> (base/messa +ge.t at line 480) # Expected: "Hello world!\n" # base/message.t line 480 is: ok($m->decoded_content, "Hello worl +d!\n"); # Failed test 117 in base/message.t at line 481 # base/message.t line 481 is: ok($m->decode); # Test 118 got: "QlpoOTFBWSZTWcvLx0QAAAHVgAAQYAAAQAYEkIAgADEAMCBoYlnQe +SEMvxdyRThQkMvLx0Q=\n" (base/message.t at line 482) # Expected: "Hello world!\n" # base/message.t line 482 is: ok($m->content, "Hello world!\n"); base/message.t ............ Failed 3/125 subtests (less 6 skipped subtests: 116 okay) base/negotiate.t .......... ok
.....
Test Summary Report ------------------- base/message.t (Wstat: 0 Tests: 125 Failed: 3) Failed tests: 116-118 Files=37, Tests=1154, 26 wallclock secs ( 0.29 usr 0.11 sys + 2.63 c +usr 0.75 csys = 3.78 CPU) Result: FAIL Failed 1/37 test programs. 3/1154 subtests failed. make: *** [test] Error 255 GAAS/libwww-perl-5.836.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports GAAS/libwww-perl-5.836.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: GAAS/libwww-perl-5.836.tar.gz : make_test NO

In reply to LWP::UserAgent @ Ubuntu 8.04 64-Bit by timb

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.