You know, this is the first time I've noticed that. I'll get in touch with CPAN about it tomorrow. For some reason, every time I run cpan interactively it gets the .tar.gz version. Perhaps you could blow away the .zip version and the cached cpan indices and try again. Or you could get the info-zip tools and re-configure CPAN.pm? I have no idea how to fix cpan's idea of where to get a module. I'd ask Andreas Koenig <andreas.koenig@anima.de> how that all works. Odd that it works for most everybody (I've never heard of this particular problem).

update: Or (which might be much easier), just grab the .tar.gz, unpack it somewhere, then go:

perl Makefile.PL make make test make install # as root

update: After some thought, it looks like your CPAN.pm may be misconfigured. If you go o conf at the cpan interactive prompt, you can see its configuration. You should look at the settings for:

build_dir /usr/local/cpan/build cpan_home /usr/local/cpan gzip /bin/gzip keep_source_where /usr/local/cpan/sources keep_sources_where /usr/local/cpan/sources tar /bin/tar unzip /usr/bin/unzip
and make sure that they're all correct. Especially make sure that unzip is set to something that can handle .zip files. It sounds like your unzip is set to point to gzip.

In reply to Re: Re: Re: Problems installing Archive::Zip by bikeNomad
in thread Problems installing Archive::Zip by dvergin

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.