thierry-b
9/21/2017 - 12:23 PM

brew php libjpeg d8 issue

The issue is that Homebrew's jpeg formula has been upgraded to v9 but the existing "bottled" PHP formula is still built and linked against the previous version, v8, which is no longer exists on your system. (Source: https://stackoverflow.com/a/45695529)

brew reinstall --with-httpd24 --with-homebrew-curl --build-from-source php71