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...

connor
asked Feb 7, 2017
1 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.!!!

View More
jagannatharumugam
answered Feb 12, 2017
Your Answer
||||
x
 
100:0

Related News in cannot able to install php extension imagick

Related News in cannot able to install php extension imagick