Hello Monks,
My goal is to get SVN::Core installed which relies on two things: sqlite3 and LWP.
When I went to install SVN::Core from CPAN it complained about both. So I downloaded sqlite3 manually and installed it manually and got past that point.

But with LWP it keeps failing. Whether I try installing it via CPAN or download and install it manually.

If I try installing it via CPAN this is what I see:
MIME::Base64 is up to date (3.14). Digest::MD5 is up to date (2.53). URI is up to date (1.60). Net::FTP is up to date (2.79). HTML::Tagset is up to date (3.20). HTML::Parser is up to date (3.71). HTML::HeadParser is up to date (3.71). Running install for module 'LWP' MSCHILLI/libwww-perl-6.06.tar.gz Has already been unwrapped into directory /root/.cpan/build/MSCHILLI +-_QegDo MSCHILLI/libwww-perl-6.06.tar.gz Had problems unarchiving. Please build manually

And if I go to /root/.cpan/build/MSCHILLI this is what I see:
[root@uszmpaplp005lc MSCHILLI-_QegDo]# ls libwww-perl-6.06 libwww-perl-6.06.tar

It looks like it was able to download libwww-perl-6.06.tar. But if I remove the directory and try to expand the archive it looks like the archive is corrupt:
[tar: Ignoring unknown extended header keyword `SCHILY.dev' tar: Ignoring unknown extended header keyword `SCHILY.ino' tar: Ignoring unknown extended header keyword `SCHILY.nlink' libwww-perl-6.06/bin/lwp-download tar: Ignoring unknown extended header keyword `SCHILY.dev' tar: Ignoring unknown extended header keyword `SCHILY.ino' tar: Ignoring unknown extended header keyword `SCHILY.nlink' libwww-perl-6.06/bin/lwp-dump libwww-perl-6.06/bin/lwp-mirror libwww-perl-6.06/bin/lwp-request tar: Error exit delayed from previous errors

And if I download the archive manually from cpan and try to expand it, I get the exact same result. So it looks to me that the archive of this module itself is corrupt on CPAN. If I understand the situation correctly.
So how exactly can I get this module installed so that I can proceed with SVN::Core?

In reply to trouble installing LWP and SVN::Core by bluethundr

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.