An installation of Red Hat Linux is built around the RPM database. CPAN's shell has no connection to that database, so files it installs are not as trackable.

Also, CPAN's shell has a habit of wanting to fetch and build the latest perl interpreter. The interface is not very intuitive, and again, mucks up what you've already installed unless you know the right place to say "no."

Also, good packages are built as non-root, and installed as root. I don't like root to compile things. There are too many ways a Makefile can make a deadly mistake.

For the modules I install from CPAN, I run it through the latest cpanflute script, which gives me a nice rebuildable-as-not-root perl-Foo-Bar-1.0.src.rpm. For the few modules it doesn't handle, I make the RPM .spec file myself. RPM can then track perl-Foo-Bar dependencies cleanly and automatically.

--
[ e d @ h a l l e y . c c ]


In reply to Re^5: Installing Modules: Noob having problems by halley
in thread Installing Modules: Noob having problems by Anonymous Monk

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.