in reply to Re^3: Install of Locale:gettext failing due to missing libintl
in thread Install of Locale:gettext failing due to missing libintl

Correction: change ...

perl Makefile.PL \ | egrep '(LDDLFLAGS|LDFLAGS).+/usr/local/lib' Makefile

... to ...

perl Makefile.PL egrep '(LDDLFLAGS|LDFLAGS).+/usr/local/lib' Makefile

Replies are listed 'Best First'.
Re^5: Install of Locale:gettext failing due to missing libintl
by T-Fen (Acolyte) on Oct 28, 2014 at 18:08 UTC

    Running the first command above, I get:

    $ nm -u /usr/local/lib/libintl.dylib | fgrep gettext error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefa +ult.xctoolchain/usr/bin/nm: can't open file: /usr/local/lib/libintl.d +ylib (No such file or directory)

      Man, the locate database seems too old.

      Does /usr/local/lib/libintl.8.dylib exist?

        It does not.

        Since /usr/local/lib/libintl.8.dylib doesn't exist, any ideas on how to install?