I think Fink is... not so hot. I had more problems with it than I ever did learning to compile stuff from source. Fink came about, IIRC, during the Public Beta, when installing stuff yourself was for sysadmins and masochists (I spent two miserable weeks getting modperl/apache running on the PB). OS X is not like that anymore so Fink is just another level of code management to the things you want; you might have to wait a long time for a version bump you want. Even for special stuff like image libs, there are good instructions to be found via Google.

Don't forget you have to install all the dev tools; last I checked they weren't in by default. They are one one of the system disks, probably, and can be downloaded from Apple if not. That gives you gcc and other goodies. Then it's just a matter of running cpan from the shell and switching to cpanp from there if you prefer. I recommend not running your box as root so you'll have to sudo cpan to install stuff and sudo make install if you're doing stuff outside the CPAN shell. It's a couple extra steps but it makes it much less likely you'll hose your installation, or worse.


In reply to Re: Customary Perl setup on Apple Mac OS X? by Your Mother
in thread Customary Perl setup on Apple Mac OS X? 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.