Projects need to be combined in PDF, searched online using Ghostscript
brew install ghostscript
Need jpeg dependency, update my system jpeg/lib/libjpeg.8.dylib to a higher version
PHP -v error:
dyld: Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.8.dylib Referenced from: /usr/local/opt/[email protected]/bin/ PHP Reason: image not foundCopy the code
Solution: Check brew’s jpeg directory /usr/local/cellar /jpeg
Brew Switching software version: Brew Switch libjpeg 8DCopy the code
Reference article: github.com/Homebrew/ho… Stackoverflow.com/questions/3…