1. I first run 'sh /script/lxphp-module-install php52-pecl-imagick':
Loaded plugins: fastestmirror, priorities, protectbase, replace, security
Loading mirror speeds from cached hostfile
Excluding mirror: mirror.de.leaseweb.net
* base: mirror.informatik.hs-fulda.de
Excluding mirror: centos.copahost.com
Excluding mirror: mirror.de.leaseweb.net
* extras: ftp.plusline.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* kloxo-mr-epel: vesta.informatik.rwth-aachen.de
* kloxo-mr-ius: mirrors.ircam.fr
Excluding mirror: mirror.de.leaseweb.net
* updates: centos.mirror.linuxwerk.com
0 packages excluded due to repository protections
Setting up Install Process
Package yum-utils-1.1.30-14.el6.noarch already installed and latest version
Nothing to do
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
Excluding mirror: mirror.de.leaseweb.net
* base: mirror.informatik.hs-fulda.de
Excluding mirror: centos.copahost.com
Excluding mirror: mirror.de.leaseweb.net
* extras: ftp.plusline.de
Excluding mirror: mirror.de.leaseweb.net
Excluding mirror: mirror.nl.leaseweb.net
* kloxo-mr-epel: vesta.informatik.rwth-aachen.de
* kloxo-mr-ius: mirrors.ircam.fr
Excluding mirror: mirror.de.leaseweb.net
* updates: centos.mirror.linuxwerk.com
0 packages excluded due to repository protections
php52-pecl-imagick-3.0.1-1.ius.el5.x86_64.rpm | 111 kB 00:00
./etc/php.d/imagick.ini
./usr/include/php/ext/imagick/php_imagick.h
./usr/include/php/ext/imagick/php_imagick_defs.h
./usr/include/php/ext/imagick/php_imagick_shared.h
./usr/lib64/php/modules/imagick.so
./usr/share/doc/php52-pecl-imagick-3.0.1
./usr/share/doc/php52-pecl-imagick-3.0.1/CREDITS
./usr/share/doc/php52-pecl-imagick-3.0.1/INSTALL
./usr/share/doc/php52-pecl-imagick-3.0.1/TODO
./usr/share/doc/php52-pecl-imagick-3.0.1/examples
./usr/share/doc/php52-pecl-imagick-3.0.1/examples/captcha.php
./usr/share/doc/php52-pecl-imagick-3.0.1/examples/polygon.php
./usr/share/doc/php52-pecl-imagick-3.0.1/examples/thumbnail.php
./usr/share/doc/php52-pecl-imagick-3.0.1/examples/watermark.php
./usr/share/pear/.pkgxml/imagick.xml
757 blocks
And this time imagick.ini created to php.d directory
2. Edit '/usr/local/lxlabs/ext/php/etc/php.d' and change it's content to 'extension=/usr/local/lxlabs/ext/php/lib/imagick.so'
After that below error logged on '/usr/local/lxlabs/ext/php/error.log':
[18-Mar-2013 18:20:05] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lxlabs/ext/php/lib//usr/local/lxlabs/ext/php/lib/imagick.so' - /usr/local/lxlabs/ext/php/lib//usr/local/lxlabs/ext/php/lib/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
So I re edit '/usr/local/lxlabs/ext/php/etc/php.d' and change it's content to 'extension=imagick.so'
- Now imagick module is enabled on phpinfo but script still say "ImageMagick not found"
- already on php54 branch I have installed ImageMagick by 'yum install ImageMagick' and was enabled on the script but there was not any info about imagick on the phpinfo. After I run 'yum install php54-pecl-imagick' imagick module is enabled on phpinfo but script say "ImageMagick not found".
I have sent you them links.