I'm trying to install Imagick using "pecl install imagick" on my mac. I keep getting 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' failed
There doesn't seem to be a place to provide a path for MagickWand-config although it's located in '/opt/local/bin/MagickWand-config'.
If you have any insight that would be very helpful. Thanks.

