so that I can use it with MAMP (I was following the instructions at http://www.maratz.com/blog/archives/201 ... with-mamp/)
I updated my .bash_profile with
Code: Select all
export MAGICK_HOME="/Applications/MAMP/bin/ImageMagick/ImageMagick-6.7.8"
export PATH="$MAGICK_HOME/bin:$PATH"
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"
/Applications/MAMP/bin/ImageMagick/ImageMagick-6.7.8
Finally, when try to run any of the following commands to test my installation:
Code: Select all
convert logo: logo.gif
identify logo.gif
Code: Select all
Illegal instruction: 4
How can I fix this?
Thank you for your help.