After sucessfully installing ImageMagick on our VPS CentOS5 server, I used

# pecl install imagick

Installation falls at the last hurdle and says

ERROR: please provide a path to MagicWand-config or Wand-config program.

It seems to be trying to execute "/var/tmp/imagick/configure --with-imagick" but this command fails with "no such file or directory"

Any ideas?

Grilly