I'm trying to use the GIT through the terminal ( Mac OS X ), but the following error is appearing:
$ git help
dyld: lazy symbol binding failed: Symbol not found: _iconv_open
Referenced from: /Library/Developer/CommandLineTools/usr/bin/git
Expected in: /Library/PostgreSQL/9.3/lib/libiconv.2.dylib
dyld: Symbol not found: _iconv_open
Referenced from: /Library/Developer/CommandLineTools/usr/bin/git
Expected in: /Library/PostgreSQL/9.3/lib/libiconv.2.dylib
I have reinstalled command line tools and the error still persists when I use some command git
In my .bashrc
I'm using the following path ...:
export DYLD_LIBRARY_PATH=/Library/PostgreSQL/9.3/lib
... because I am using virtualenv and the virtual environment was not able to identify postgresql, I already commented this line and rebooted the machine and still the same error continues. Although some solutions on the internet, I did not find one that solved my question.