Error Output:
dyld: Library not loaded: /ImageMagick-6.3.8/lib/libMagick.6.dylib
Referenced from: /Users/tfield/ImageMagick-6.3.8/bin/convert
Reason: image not found
I couldn't find the reasons for this error. So, I deleted my installations and started to compile it from scratch.
the end result was as I expected, it works now on my MAC. It seems that the there is something wrong with the binary distribution.
- Get the source code from this link.
- gunzip -c ImageMagick.tar.gz | tar xvf -
- cd ImageMagick-6.3.3
- ./configure
- make
- sudo make install
No comments:
Post a Comment