Dear Monks,
Today I setup the CPAN module and used it to install a few modules. After a few successful installations I attempted to install libwww. While in the CPAN interactive shell I called:

install LWP

Then I received this error:

.... # this is an exert local/http.............ok local/protosub.........ok live/activestate.......ok live/apache-listing....Use of uninitialized value in pattern match (m +//) at ../blib/lib/File/Listing.pm line 77. Use of uninitialized value in split at ../blib/lib/File/Listing.pm li +ne 91. live/apache-listing....FAILED test 5 Failed 1/8 tests, 87.50% okay live/jigsaw-auth-b.....ok live/jigsaw-auth-d.....ok live/jigsaw-chunk......ok .... .... # a few more tests complete .... # then the final error report .... Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------- +---------- live/apache-listing.t 8 1 12.50% 5 Failed 1/41 test scripts, 97.56% okay. 1/761 subtests failed, 99.87% +okay. *** Error code 2 Stop in /root/.cpan/build/libwww-perl-5.800. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force

After noticing that it was an apache test that failed I went and shutdown my apache1.3 server and re-ran the LWP install only to receive the same results. In the past I had apache 2 installed but removed it and installed 1.3 (FreeBSD however leaves all of the /usr/local/etc/apache2 files where they are). Currently I am running FreeBSD 4.10 and Perl 5.8.2.

Thank you for taking the time to read and I hope you can help,

-loan
-chicago, IL
-usa

In reply to installing libwww on FreeBSD 4.10 by theloanarranger

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.