Image Magic Make Fails - PHP extension
- by Kyle Adams
So I was doing the following:
sudo apt-get install php-pear php5-dev
sudo apt-get install imagemagick libmagickwand-dev
sudo pecl install imagick
It all works till I get the error:
make: *** [imagick_class.lo] Error 1
ERROR: `make' failed
Which according to blog posts and forms is because of libmagick9-dev, how ever when trying to install…