Skip to main content

Installing Imagick only installs on lowest php version

Comments

2 comments

  • cPanelLauren
    You need to install it for each version of PHP on the server. When installed correctly you should see the following output in the module installer UI - the example I'm providing is from PHP 7.1 Build process completed successfully Installing '/opt/cpanel/ea-php71/root/usr/lib64/php/modules/imagick.so' Installing '/opt/cpanel/ea-php71/root/usr/include/php/ext/imagick/php_imagick_shared.h' install ok: channel://pecl.php.net/imagick-3.4.4 Extension imagick enabled in php.ini
    I tested this on my own server and found no issues with it being shown: [root@server ~]# grep -ir imagick /opt/cpanel/ea-php**/root/etc/php.d /opt/cpanel/ea-php56/root/etc/php.d/zzzzzzz-pecl.ini:extension="imagick.so" /opt/cpanel/ea-php71/root/etc/php.d/zzzzzzz-pecl.ini:extension="imagick.so" /opt/cpanel/ea-php72/root/etc/php.d/zzzzzzz-pecl.ini:extension="imagick.so" /opt/cpanel/ea-php73/root/etc/php.d/zzzzzzz-pecl.ini:extension="imagick.so" /opt/cpanel/ea-php74/root/etc/php.d/zzzzzzz-pecl.ini:extension="imagick.so"
    0
  • mvandemar
    You need to install it for each version of PHP on the server.

    Thanks, totally missed the dropdown showing which version. Would be nice if there were an "Install for all" option. :) -Michael
    0

Please sign in to leave a comment.