mac 2017 中wget 异常处理(库未加载)
2018-07-19 本文已影响146人
西门吹牛々
报错信息
dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
Referenced from: /usr/local/bin/wget
Reason: image not found
Abort trap: 6
处理办法
brew uninstall --force gettext
brew install gettext