It looks like on a previous system you installed libintl with a binary package from Rudix. You could try reinstalling from there, but their website indicates Yosemite is a "work in progress".

What I would do in your position is to try to (re-)install everything you need — mutt, t-prot, gettext/libintl, and even another version of perl with Locale::gettext if necessary — through MacPorts. This works similar to Perlbrew in that the applications get placed in a directory structure (/opt/local/ by default) which is then added to the user PATH. If something goes wrong you can simply delete the entire tree under /opt/local/ and nothing else will be affected.

I personally would delete the old stuff and directories as well, including remnants of Perl v5.16 and v5.12, but leaving the v5.20 under Perlbrew and of course leaving the system v5.18 which is used by Yosemite. As it is, you have partial pieces from old installs, making it hard to troubleshoot.

MacPorts has been around a while, has a good reputation, and I'd suspect you could get good advice and help on their IRC channel. Another similar option to MacPorts for installing open source applications in OSX is Fink, which you may also want to consider as an alternative.

I think you are likely to get better answers from a place like the IRC channel for MacPorts than here because your problems are more with the open source applications and dependencies than they are with Perl itself.


In reply to Re^8: Install of Locale:gettext failing due to missing libintl by farang
in thread Install of Locale:gettext failing due to missing libintl by T-Fen

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.