Error loading library in mac terminal

后端 未结 8 544
北荒
北荒 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:35

    If you facing the issue in iTerm2. You can simply change the path of your shell. Just go to iTerm2>>Preferences>>profile>>General>>command

    Click on the dropdown and select Command and enter the command

    /bin/zsh

    This worked for me

提交回复
热议问题