Update to CentOS 6.5 fails due to perl-CGI depency

MH-Stefan

Active Member
Dec 3, 2013
26
3
53
cPanel Access Level
Root Administrator
We have a server running cPanel 11.40 on CentOS 6.4 and yum update and upcp fail because of this:

Code:
[20131203.155605]      [28668] --> Finished Dependency Resolution
[20131203.155605]      [28668] Error: Package: redhat-lsb-core-4.0-7.el6.centos.x86_64 (base)
[20131203.155605]      [28668]            Requires: perl-CGI
[20131203.155605]      [28668]  You could try using --skip-broken to work around the problem
I tried to search for perl-CGI via yum, but couldn't find any packages.

Does anyone know how I can fix this or in which repository perl-CGI is? Would it be okay to install it manually?

Thanks in advance!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

Check to see if there is an entry for "perl*" on the "exclude=" line in the /etc/yum.conf file. You can remove this entry if it exists, and then attempt to install the required package again.

Thank you.