Question
How do I Install ImageMagick for EA-PHP versions?
Answer
- Access the server's command line as the
rootuser via SSH or Terminal in WHM. -
Install the operating system's ImageMagick packages if not already installed.
CentOS/CloudLinux 7# yum install ImageMagick ImageMagick-devel -y
CloudLinux/AlmaLinux 8/9/10# dnf install ImageMagick ImageMagick-devel -y
Ubuntu# apt install imagemagick magickwand
- Log in to WHM as the
rootuser. - Navigate to Home / Software / Module Installers.
- Click on the Manage link to the right of PHP PECL.
- Select your desired version of PHP from the drop-down menu.
- Click the Apply button.
- Under Install a PHP Pecl, enter imagick (without the quotes).
- Click the Install Now button.
- Update CageFS if it is installed.
- Navigating to Home / Plugins / CageFS.
- Click the Update CageFS Skeleton button.
- Restart PHP-FPM if it is installed.
- Navigate to Home / Restart Services / PHP-FPM service for Apache.
- Click the Restart button.
Comments
0 comments
Article is closed for comments.