반응형
맥북 터미널 실행 안될때 ...
Brew Terminal doesn’t start because “libqdbm.4.dylib" loading fails.
To fix that problem, my solution follows here:
-
Rename /usr/local/opt/gdbm/lib/libgdmb.6.dylib
into usr/local/opt/gdbm/lib/libgdmb.4.dylib -
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.
-
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)
반응형
'개발이야기' 카테고리의 다른 글
Spring session 쿠키 설정 (0) | 2019.06.27 |
---|---|
"Apropos" terminal pops up when typing cmd+shift+A to get actions bar (0) | 2019.06.12 |
PGP sign and encrypt (0) | 2019.05.16 |
Web-Safe Base64-Encoding (0) | 2019.05.15 |
Idempotency (멱등성) (0) | 2019.05.14 |