in reply to Re^2: Install of Locale:gettext failing due to missing libintl
in thread Install of Locale:gettext failing due to missing libintl
If ...
nm -u /usr/local/lib/libintl.dylib | fgrep gettext
... shows the text "gettext", then you may need to reinstall|update|change the present libintl files.
Else, could you share the output of
perl Makefile.PL \ | egrep '(LDDLFLAGS|LDFLAGS).+/usr/local/lib' Makefile
... ? If /usr/local/lib is missing from above, try to install manually after setting $CONFIGURE{'LIBS'} in Makefile.PL or LDDLFLAGSto set the library search path.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Install of Locale:gettext failing due to missing libintl
by Anonymous Monk on Oct 28, 2014 at 17:25 UTC | |
by T-Fen (Acolyte) on Oct 28, 2014 at 18:08 UTC | |
by parv (Parson) on Oct 29, 2014 at 09:48 UTC | |
by T-Fen (Acolyte) on Oct 29, 2014 at 16:30 UTC | |
by T-Fen (Acolyte) on Oct 30, 2014 at 17:53 UTC | |
by farang (Chaplain) on Oct 30, 2014 at 21:05 UTC | |
|