dyld: Library not loaded: /usr/local/lib/libpng16.16.dylib with anything php related

后端 未结 11 1019
攒了一身酷
攒了一身酷 2020-11-28 05:01

Using any php application results in:

dyld: Library not loaded: /usr/local/lib/libpng15.15.dylib
Referenced from: /usr/local/bin/php
Reason: image not found
         


        
11条回答
  •  我在风中等你
    2020-11-28 05:15

    I had this error that wasn't solved by brew update && brew upgrade. For some reason I needed to install it from scratch:

    $ brew install libpng

提交回复
热议问题