dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib - homebrew php

后端 未结 15 2032
你的背包
你的背包 2020-12-07 09:34

PHP was not working for me as I was encountering this libpng issue, so I reinstalled a new version with Homebrew.

However, I\'m getting a similar error with

15条回答
  •  囚心锁ツ
    2020-12-07 10:18

    I was having the same problem and the only thing that helped was to use the --build-from-source parameter:

    brew install php70 --build-from-source
    

提交回复
热议问题