Hi friends, In this post I am going to explain the steps how to install ImageMagick to CentOS 6.X , in earlier posts we learned about Install or Upgrade wget in Ubuntu / CentOS. We need to follow below steps to install ImageMagick.

How to install ImageMagick in CentOS by Anil Kumar Panigrahi

How to install ImageMagick in CentOS by Anil Kumar Panigrahi

Step 1:

1
yum install php54w-devel.x86_64

Step 2:

1
yum install gcc*

Step 3:

1
yum install ImageMagick ImageMagick-devel ImageMagick-perl

Step 4:

1
pecl install imagick

Step 5:

1
echo extension=imagick.so >> /etc/php.ini

Step 6:

1
service httpd restart

Step 7:

1
php -m | grep imagick

Now we can use ImageMagick module in PHP applications

Categories: CentOSOS

1 Comment

Rahul · March 7, 2015 at 11:15 am

Must say Great Information.
Thanks

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *