.bashrc
私が持っていたいくつかのエイリアスを使用して新しいMacで自分を修正しようとしていて、ターミナルを開い.bash_profile
たときにロードしようとしました。.bashrc
ただし、コマンドを使用しようとするたびにこのエラーが発生しますgit
。
git status
dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /usr/bin/git
Expected in: /opt/local/lib/libiconv.2.dylib
dyld: Symbol not found: _iconv_open
Referenced from: /usr/bin/git
Expected in: /opt/local/lib/libiconv.2.dylib
Trace/BPT trap: 5
を削除し、.bash_profile
元に戻しました.bashrc
が、それでもうまくいきません。何か案は?
補足: Git > dyld: lazy symbol binding failed: Symbol not found: _iconv_open を見てきましたが、現在 bash_profile がまったくないため、彼の解決策はうまくいかないようです。