Page 1 of 1

ImageMagick

Posted: 2014-11-23T20:29:26-07:00
by maszd
Hello all,
iam use vestacp and i see imagemagick was installed with vestacp by default and not yet running,
Image
when iam use command php --ri imagick
that say not present.

my question is how to Installing Imagick extension for PHP? i am using Centos 6 x86 minimal.
Any help would be appreciated
regards,
maszd

Re: ImageMagick

Posted: 2014-11-24T02:15:14-07:00
by maszd
Aaah solved now, just run this command :

Code: Select all

# yum search imagick --enablerepo=remi

Code: Select all

yum install php-pecl-imagick --enablerepo=remi
service httpd restart

Re: ImageMagick

Posted: 2014-11-24T05:39:23-07:00
by Bonzo
Thanks for coming back and posting your solution maszd