unable to install imagemagic

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
testuser
Posts: 1
Joined: 2016-09-29T21:38:53-07:00
Authentication code: 1151

unable to install imagemagic

Post by testuser »

Hi

I follwed to this steps to install imagemagic.
http://www.webhostingtalk.com/showthread.php?t=1528610

But now whenever i run this particular code:
if( class_exists("Imagick") )
{
echo 'Imagick is installed';
}

i get this error

Unable to load dynamic library '/usr/lib64/php/modules/imagick.so' - /usr/lib64/php/modules/imagick.so: cannot open shared object file: No such file or directory in Unknown on line 0
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: unable to install imagemagic

Post by fmw42 »

Post Reply