Symptoms
When attempting to update cPanel to version 110.0.51 or higher on a CentOS or CloudLinux 7 server, you encounter an error similar to the following.
[2025-01-19 08:54:20 -0600] E Sysup: Needed system packages were not installed: libzstd
Description
Starting in cPanel version 110.0.51, cPanel requires the Zstd library. This library is only available from the epel
repository in CentOS 7 and CloudLinux 7.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Install the
epel
repository.yum install epel-release -y
- Install the
libzstd
package.yum install libzstd -y
Additional resources
Comments
0 comments
Article is closed for comments.