[root@server ~]# find / -name phpize
/usr/local/php5/bin/phpize
export PATH=$PATH:/usr/local/php5/bin
cd /root
wget [url]http://pecl.php.net/get/imagick-3.0.1.tgz[/url]
tar zxf imagick-3.0.1.tgz
cd imagick-3.0.1
phpize
./configure
make
make install
Installing shared extensions: /usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/
Installing header files: /usr/local/php5/include/php/