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

后端 未结 11 1007
攒了一身酷
攒了一身酷 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:33

    In my case it was libjpeg. All I had to do was run brew reinstall libjpeg and everything just worked!

提交回复
热议问题