/
/
Some PHP extensions for CloudLinux are missing

Some PHP extensions for CloudLinux are missing

Symptoms

Some standard PHP extensions for CloudLinux are missing, such as gd, pdo, and imagick.

Solution

Install extensions for a specific PHP version by running the following command:

yum groupinstall alt-phpXX

Example installation for an alternative version of PHP 7.3:

yum groupinstall alt-php73

In this article