What's your setup?

I installed it today to check on two macs running 10.6.8-- one a 32 bit core duo, and the other a 64 bit core 2 duo. Both had Perl 5.14.2 installed via Perlbrew, and I used cpanp to do both installs.

If you're trying to install to the 5.10.1 that comes with it, it's possible that it has strange pathologies. I had trouble running a module (PDFEverywhere, not in cpan) on the 5.10.1 install on my machine, but it worked fine on 5.10 on other machines, fine under 5.14 on my machine.

Have you tried following its recommendations and installing with prompts (which might let you skip the ppc problem) or by force, which will install it in spite of the errors. If the errors are only related to things that won't get used on your machine, you might be ok.


In reply to Re: Stash install failing on Mac OS by bitingduck
in thread Stash install failing on Mac OS by redfieldp

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.