Symptoms
When running a cPanel update or accessing "MultiPHP Manager" in WHM, you receive an error similar to the following. Where X represents the affected PHP version(i.e. ea-php81).
The “ea-phpX” package does not provide an executable binary.
Description
The error occurs when a PHP module is installed and the package containing the binary for that PHP version is not installed.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the missing package
- RHEL-based systems
dnf install ea-phpX -y
Please note that "X" must be replaced with the PHP version. - Ubuntu
apt install ea-phpX -y
Please note that "X" must be replaced with the PHP version.
- RHEL-based systems
Comments
0 comments
Article is closed for comments.