Bobcares

Install imagemagick on CentOS with ease

PDF Header PDF Footer

Willing to install ImageMagick on CentOS? We can help you in installing it.

ImageMagick is a tool used for displaying, converting, and editing images.

At Bobcares, we often receive requests to enable ImageMagick and fix its errors as a part of our Server Management Services.

Today, let’s see how our Support Engineers install ImageMagick and fix its error.

 

How we install ImageMagick on CentOS?

Now, let’s take a look at how our Support Engineers install ImageMagick.

 

1. Install required packages

First, our Support Engineers install required packages. They include PHP-pear, PHP-devel, and GCC packages to compile the Imagick PHP extension.

We install the PHP pear extension using the below command.

yum install php-pearCopy Code

Then, we install the PHP-devel extension using the command.

yum install php-develCopy Code

Finally, we install the GCC extension by running the below command.

yum install gccCopy Code

 

2. Install ImageMagick

After installing ImageMagick packages we then install ImageMagick. For that, we use the below command.

yum install ImageMagick
yum install ImageMagick-develCopy Code

 

3. Install ImageMagick PHP Extension

Once, the installation of ImageMagick is completed, we can further install PHP extension.  So that we can use it through PHP code. We use the below command for the installation.

pecl install imagick
echo "extension=imagick.so" > /etc/php.d/imagick.iniCopy Code

 

4. Restart Apache and check the installation

After completing the above steps, we finally restart the Apache. We do this using the command.

service httpd restartCopy Code

 

Common errors relating to ImageMagick on CentOS

It is natural to come across an error during the installation process or after the installation completes. Similarly, the ImageMagick can also run into errors anytime.

Let’s see how our Support Engineers fix it.

 

1. Error during installation

Recently, one of our customers experienced an error during the installation process. And he received the below error message:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.de.leaseweb.net
 * epel: mirrors.n-ix.net
 * extras: mirror.de.leaseweb.net
 * remi: remi.schlundtech.de
 * remi-php55: remi.schlundtech.de
 * remi-php56: remi.schlundtech.de
 * remi-safe: remi.schlundtech.de
 * remi-test: remi.schlundtech.de
 * updates: mirror.de.leaseweb.net
Package gcc-4.8.3-9.el7.x86_64 already installed and latest version
No package php-devel available.
No package php-pear available.
Nothing to doCopy Code

From the above error, we can see that the customer is using the Remi repository. So our Support Engineers suggested running the below command to fix this error.

yum install php-pecl-imagickCopy Code

 

2. Permissions error

There was another error reported by one of our customers. Here is the error message:

"ImageMagick reported an error: convert: unable to open image `files/images/image.jpg': Permission denied.Copy Code

Our Support Engineers started troubleshooting this error by checking the permissions of the images. We could see that the permissions were not readable/writable.

So, updated the permissions of the images using the command:

chmod -R 777 imagesCopy Code

Lastly, this error fixed after changing the permissions of images.

[Need any assistance with ImageMagick? – We’ll help you]

 

Conclusion

In short, ImageMagick is used to manipulate the digital images. Today, we saw how our Support Engineers install ImageMagick and fix its errors.

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

0 Comments

Submit a Comment

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

Get featured on the Bobcares blog and share your expertise with a global tech audience.

WRITE FOR US
server management

Spend time on your business, not on your servers.

TALK TO US

Or click here to learn more.

Speed issues driving customers away?
We’ve got your back!