0

cannot able to install php extension imagick

I tried installing one php extension called imagick in my CentOS machine to use with php. It returns the following error,

# pecl install imagick
...
...
make: *** [imagick.lo] Error 1
ERROR: `make'  failed

Where is the problem...and how to install imagick which is very essential...

Php ImageMagick Add a comment
connor
asked Feb 08 2017

Answer

0

The error shown that there is a need of some dependencies to install imagick extension. And the dependency module required for imagick is pcre_devel. Try after installing this module.!!!

Add a comment
jagannatharumugam
asked Feb 12 2017
edited Oct 05 2018
Post your Answer