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?
extension=imagick.soand also the path to theextensionsfolder where the newmodulesfolder was created, I get a blank page in localhost/index.php. Any thoughts? – Cat Feb 22 '11 at 3:52