Update again your Kloxo-MR and running 'sh /script/lxphp-module-install'.
For ImageMagick I do below steps but can not install it successfully:
1. run 'sh /script/lxphp-module-install ImageMagick'
2. add follow code to '/etc/yum.repos.d/kloxo-mr.repo' ("kloxo-mr-ius-centos5" or "kloxo-mr-ius-centos6" ?)
[kloxo-mr-ius-centos5]
name=Kloxo-MR - IUS Community Packages for Enterprise Linux $releasever
baseurl=http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/$basearch
enabled=1
gpgcheck=0
includepkgs=php52*
3. make 'imagick.ini' file inside '/usr/local/lxlabs/ext/php/etc/php.d' (beacause there is not any .ini file for imagick) and put below code on it:
; Enable imagick extension module
extension=/usr/local/lxlabs/ext/php/lib/imagick.so
Please help me for correct installation.
Thanks