Brew doctor: dyld: Library not loaded & Error: No available formula for zlib

后端 未结 13 1448
刺人心
刺人心 2020-12-05 09:34

When I brew doctor I get the following errors:

dyld: Library not loaded: /usr/lib/libltdl.7.dylib
  Referenced from: /usr/local/bin/php
  Reason         


        
13条回答
  •  忘掉有多难
    2020-12-05 10:30

    In my case I had

    dyld: Library not loaded: /usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/Python
      Referenced from: /usr/local/Cellar/macvim/8.2-162/MacVim.app/Contents/MacOS/Vim
      Reason: image not found
    

    brew unlink python && brew link python and boom, fixed.

提交回复
热议问题