Nishant80

Well-Known Member
May 7, 2012
64
0
56
cPanel Access Level
Root Administrator
its come to my attention that cpanel's auto imagemagick / imagick installer is no longer the part of cpanel/whm 11.36. Could someone please guide me how to go about installing this?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Are you using PHP version 5.4? If so, please try running this command first:

Code:
# pear config-set preferred_state beta
Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Please open a ticket so we can take a closer look:

Submit A Ticket

You can post the ticket number here so we can track the issue.

Thank you.
 

Nishant80

Well-Known Member
May 7, 2012
64
0
56
cPanel Access Level
Root Administrator
The problem now is that it has been installed bu the version isn't correct. I get the following error

IMAGICK version of atleast 6.7.3 is needed current version is 6.5.4-7
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
The problem now is that it has been installed bu the version isn't correct. I get the following error

IMAGICK version of atleast 6.7.3 is needed current version is 6.5.4-7
ImageMagick-6.5.4.7-6 is the version that is currently available on CentOS 6 systems. EX:

ImageMagick-6.5.4.7-6.el6_2.x86_64

You will need to manually install ImageMagick from source if you require a version separate from what your package manager offers.

Thank you.
 

Nishant80

Well-Known Member
May 7, 2012
64
0
56
cPanel Access Level
Root Administrator
ImageMagick-6.5.4.7-6 is the version that is currently available on CentOS 6 systems. EX:

ImageMagick-6.5.4.7-6.el6_2.x86_64

You will need to manually install ImageMagick from source if you require a version separate from what your package manager offers.

Thank you.
Hey,
I've done that. But still the website wouldn't recognize it. Check this out.

root@server [~]# /usr/local/bin/convert -version
Version: ImageMagick 6.8.5-10 2013-06-07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP

But the website still says IMAGICK version of atleast 6.7.3 is needed current version is 6.5.4-7
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Check to see if you get the same output when running the following command:

Code:
# /usr/bin/convert -version
Also, what version do you see in the RPM that is installed? EX:

Code:
# rpm -qa|grep ImageMagick
Thank you.