개발이야기

libqdbm.4.dylib (맥북 터미널 실행 안될때 )

donny.00 2019. 5. 27. 19:08
반응형

맥북 터미널 실행 안될때 ... 

Brew Terminal doesn’t start because “libqdbm.4.dylib" loading fails.

To fix that problem, my solution follows here:

  1. Rename /usr/local/opt/gdbm/lib/libgdmb.6.dylib
    into usr/local/opt/gdbm/lib/libgdmb.4.dylib

  2. Attention: brew install gdmb io. but do not run brew reinstall gdmb! If not, libgdmb.4.dylib will be replaced by libgdmb.6.dylib again and forces the same failure at start terminal.

  3. To works brew update runs before brew untap homebrew/homebrew-dupes. .

[https://github.com/robbyrussell/oh-my-zsh/issues/6956 4](http://issues 1 6956)

 

 

 

반응형