Nano:dyld:库未加载:/usr/local/opt/gettext/lib/libintl.8.dylib

时间:2018-08-10 09:40:44

标签: error-handling reference dyld nano

$ nano error.log 
dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib
  Referenced from: /usr/local/bin/nano
  Reason: image not found
Abort trap: 6

如何解决该错误?

1 个答案:

答案 0 :(得分:1)

找不到任何解决方案。 安装干净的自制软件和干净的nano可以做到这一点。

卸载自制软件

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"

安装自制软件

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

安装Nano

brew install nano