Error loading library in mac terminal

后端 未结 8 469
北荒
北荒 2021-01-31 02:10

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  
         


        
8条回答
  •  醉话见心
    2021-01-31 02:28

    Late to the party on this one, but simply running

    brew upgrade zsh

    solved my issue on MacOS High Sierra. Trying to uninstall gdbm will throw dependency errors against zsh and python, and re-doing the symlinks didn't solve for me, either

提交回复
热议问题