1. Download the phpseven branch of the imagick repository
git clone https://github.com/mkoppanen/imagick.git imagick
2. phpize for target PHP version
cd imagick && /path/to/php7/bin/phpize && ./configure && make && make install
3. Enable the extension for your PHP version
echo "extension=imagick.so" >> /path/to/php.ini
4. Restart PHP / Apache (I run php-fpm)
For php-fpm:
service php5-fpm restart
For apache, something like:
sudo apache2ctl graceful
Mojavie: ./php_imagick_defs.h:25:12: fatal error: 'MagickWand/MagickWand.h' file not found
include <MagickWand/MagickWand.h>
1 error generated.
make: *** [imagick_file.lo] Error 1
Headers installed, trying also sudo peel install imagick - without results. PHP 7.1.23