Yeah, I wouldn't consider it an especially difficult piece of software to install, for somebody who is familiar with installing source tarballs. It's just that I've tried to insulate them from that a little, so that all they really have to do is 'make depend ; make install', and all the dependencies will just automagically get satisfied.

I talked again to the particular person who e-mailed me earlier today, and he's using yum (an rpm-based system) on Whitebox Linux (a fork of Red Hat), and I guess is used to installing everything from binary rpms. I don't know why he didn't have CPAN.pm installed; maybe I'm worrying needlessly based on something borked in this particular guy's Perl installation.

It's a little spooky distributing open-source software, because you can't tell whether the people who e-mail with problems are 1% of your users or 99% :-)


In reply to Re: Re: telling users how to get CPAN modules by bcrowell2
in thread telling users how to get CPAN modules by bcrowell2

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.