How to install Imagick on Mac OS with XAMPP
Posted
by
Cat
on Super User
See other posts from Super User
or by Cat
Published on 2011-02-21T21:57:55Z
Indexed on
2011/02/21
23:27 UTC
Read the original article
Hit count: 308
I'm having some trouble installing Imagick on a Mac. I have XAMPP installed and when I run 'sudo pecl install imagick', I get this error:
checking ImageMagick MagickWand API configuration program... configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.
ERROR: `/private/tmp/pear/temp/imagick/configure --with-imagick="/Applications/XAMPP/xamppfiles/bin"' failed
The error above shows up when I input /Applications/XAMPP/xamppfiles/bin
after Please provide the prefix of Imagemagick installation [autodetect]
Do I need to install some other library before running the Imagick install command?
© Super User or respective owner