It started out so simple: I wanted to install XML::XPath. So I typed perl -MCPAN -eshell, after that install XML::XPath and then the trouble began.

The module's tests failed for something like 60%. I tried to upgrade to Perl 5.6.1 (through the CPAN shell too), tried again and it worked. But the Perl 5.6.1 installation itself was giving trouble too. Large File Support test failed, so I decided to exclude that feature from the installation

Later I tried to install the Template Toolkit, which failed miserably, like the XPath module: again a lot of tests failed, including the filter test and the XML::XPath plugin tests (coincidence?).

So I decided to try a little more. I installed the latest version of GD. No problem. The latest version of Bundle::Tk failed too. Latest version of XML::DOM. Failed. LWP::UA. Failed.

I get the vague impression something is really wrong with my system. But what? What has messed it up? And even more important: how can I try again with a fresh start?

This is a SuSE 7.0 box with kernel 2.2.16. So don't tell me to reinstall my system: this is not windows!

Jouke Visser, Perl 'Adept'
Using Perl to help the disabled: pVoice and pStory

In reply to Problems installing modules by Jouke

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.