Ok, I have an issue and I am not sure what is causing it. I am working on a Fedora Core 7 Linux machine (my laptop). I have not had any problems with installing modules via CPAN up till now, and everything that I have installed has installed just fine since I initially configured the interface during its first run.

Yesterday I tried to run the command line to install a module (CGI) and it failed. So, I tried again, only with the Bundle::CPAN module(which I had done a few weeks ago just fine), and that bombed as well.

Here is what I am getting whenever I try to install any module:

$ sudo perl -MCPAN -e 'install Bundle::CPAN' CPAN: Storable loaded ok Going to read /home/jlk/.cpan/Metadata Database was generated on Fri, 31 Aug 2007 12:36:44 GMT Going to read /home/jlk/.cpan/sources/authors/01mailrc.txt.gz CPAN: LWP::UserAgent loaded ok Fetching with LWP: http://www.perl.com/CPAN/modules/02packages.details.txt.gz Going to read /home/jlk/.cpan/sources/modules/02packages.details.txt.g +z Undefined subroutine &Compress::Zlib::gzopen called at /usr/lib/perl5/ +5.8.8/CPAN.pm line 5721.

Again, I have not made any changes to my installation recently. The only things that could be considered changes to my machine would be updates and I have not seen anything even remotely Perl related coming down for update.

Any assistance with this is greatly appreciated.

Best regards,

Jeff

"Every time Linux boots, a penguin gets its wings"


In reply to Need help with CPAN gone awry by jlk

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.