本文介绍了在 mac 终端中加载库时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请任何人帮忙..
如何修复以下错误:
Anyone please help..
How can I fix the following error:
dyld: Library not loaded: /usr/local/lib/libgdbm.4.dylib
Referenced from: /usr/local/bin/zsh
Reason: image not found
推荐答案
简单重装zsh就能帮到你:
Simple reinstall zsh will help you:
brew reinstall zsh && brew unlink zsh && brew link zsh
或者你可以尝试升级zsh
Alternatively you can try to upgrade zsh
brew upgrade zsh
这篇关于在 mac 终端中加载库时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!