Simple solution:
aptitude install php-pear imagemagick php5-dev libmagick9-dev
libmagick9-dev
– this remove all trouble from “configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.”.
After just:
phpize
./configure
make
make install
and now Imagick works!