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

后端 未结 13 1393
刺人心
刺人心 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:41

    I had: % neato dyld: Library not loaded: /usr/lib/libltdl.7.dylib Referenced from: /Users/me/Documents/dev/anaconda/bin/neato Reason: image not found zsh: abort neato

    And the fix was % echo $DYLD_FALLBACK_LIBRARY_PATH /Users/me/anaconda/lib:/usr/lib % export DYLD_FALLBACK_LIBRARY_PATH=$DYLD_FALLBACK_LIBRARY_PATH:/usr/local/lib

    (and then add the export to a .bashrc or similar).

提交回复
热议问题