ImageMagick distribution not working on OSX El Capitan
Posted: 2015-12-26T13:18:57-07:00
Hi, I tried to run convert from ImageMagick-x86_64-apple-darwin15.0.0.tar.gz but received the following error message on an up-to-date OSX El Capitan system:
Security policies prevent me from installing homebrew. Is there an easy way to run a downloaded distribution of ImageMagick on a fresh install of El Capitan? Or do I have to locally build some updated dependencies such as libexpat manually first? Thanks!
Code: Select all
$ export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib/"
$ ImageMagick-6.9.2/bin/convert --help
dyld: Library not loaded: /opt/local/lib/libexpat.1.dylib
Referenced from: /Users/***/bin/ImageMagick-6.9.2/lib//libfontconfig.1.dylib
Reason: Incompatible library version: libfontconfig.1.dylib requires version 8.0.0 or later, but libexpat.1.dylib provides version 7.0.0
Trace/BPT trap: 5