Now i get this error message every day :
The system failed to update to the latest version of cPanel & WHM version 11.106 because it could not install basic requirements for cPanel & WHM. The specific failure was:
| Sysup: Needed system packages were not installed: gettext-devel |
I try to install from yum, then i am getting this message:
sudo yum install gettext-devel
Loaded plugins: fastestmirror, universal-hooks
Loading mirror speeds from cached hostfile
* EA4: 185.15.22.168
* cpanel-addons-production-feed: 185.15.22.168
* cpanel-plugins: 185.15.22.168
* epel: ftp.uni-stuttgart.de
* remi-safe: remi.schlundtech.de
No package gettext-devel available.
Error: Nothing to do
then I run this :
rpm -qa |egrep 'php-common|php-cli|php-json'
ea-php-cli-lsphp-1.0.0-9.el7.cloudlinux.x86_64
ea-php80-php-common-8.0.27-2.el7.cloudlinux.x86_64
ea-php-cli-1.0.0-9.el7.cloudlinux.x86_64
ea-php80-php-cli-8.0.27-2.el7.cloudlinux.x86_64
I believe the problem with cloulinux repositries, appreciate if any one help to solve this problem, I already edit the repo file like this :
sudo vi /etc/yum.repos.d/cloudlinux.repo
[cloudlinux-base]
name=CloudLinux-7 - Base
baseurl=
enabled=1
[cloudlinux-updates]
name=CloudLinux-7 - Updates
baseurl=
|
|
|
|
Comments
0 comments