x86_64 version of libncurses; libintl

Daniel J. Luke dluke at geeklair.net
Wed Aug 31 13:41:48 UTC 2022


On Aug 31, 2022, at 9:36 AM, Murray Eisenberg <murrayeisenberg at gmail.com> wrote:
> dyld[3024]: Library not loaded: '/opt/local/lib/libintl.8.dylib'
>   Referenced from: '/usr/local/bin/bash'
>   Reason: tried: '/opt/local/lib/libintl.8.dylib' (mach-o file, but is an incompatible architecture (have (arm64), need (x86_64))), '/usr/local/lib/libintl.8.dylib' (no such file), '/usr/lib/libintl.8.dylib' (no such file)
> /usr/local/bin/sage: line 20:  3024 Abort trap: 6           /usr/bin/env - PATH="$PATH" $MIN_ENV "$SYMLINK"/venv/bin/sage "$@"
> 
> I find no port named libintl or intl available. But there are available ports  with “libintl” as part of their names, e.g., phpxx-intl, py-elib.intl, p5.30-libintl-perl. 
> 
> I haven’t a clue as to which of those to try!

You can use `port provides` to figure out which port an installed file is from:

% port provides /opt/local/lib/libintl.8.dylib
/opt/local/lib/libintl.8.dylib is provided by: gettext-runtime

-- 
Daniel J. Luke



More information about the macports-users mailing list