unable to install imagemagic
Posted: 2016-09-29T21:43:46-07:00
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
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