Perl not updated after cPanel upgrade

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463

Michael Pfaff

Registered
Nov 23, 2016
3
0
1
Louisville, KY
cPanel Access Level
Root Administrator
Maybe it isn't my Perl version causing the issue then. I'm running into an error when I try to install intltool - it says require: perl(xml::parser), but I have XML Parser installed and updated to latest version (2.44).

Any insight?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

Could you let us know the specific steps/commands you are using when attempting the installation?

Thank you.
 

Michael Pfaff

Registered
Nov 23, 2016
3
0
1
Louisville, KY
cPanel Access Level
Root Administrator
Yes, I have tried installing from WHM using Install an RPM and selecting intltool. I get this error:
Code:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package intltool.noarch 0:0.41.0-1.1.el6 will be installed
--> Processing Dependency: perl(XML::Parser) for package: intltool-0.41.0-1.1.el6.noarch
--> Finished Dependency Resolution
Error: Package: intltool-0.41.0-1.1.el6.noarch (base)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
(XID 95e88d) The system failed to execute yum with the arguments “-y -c /etc/yum.conf install intltool --disablerepo=epel” because of an error: The “/usr/bin/yum” command (process 32679) reported error number 1 when it ended. : Error: Package: intltool-0.41.0-1.1.el6.noarch (base)
           Requires: perl(XML::Parser)

Install complete.
I've also tried via command line using "yum install intltool" and get the same error.

Im wondering if it's related to this: vendor2.nginfotpdx.net/gitlab/ypp/poky/commit/a61eb1f844814daf525d1db250194ea186c35e71

And if so, how can I bypass that?
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,270
463
Hello,

Try running the following command instead of using WHM and let us know the results:

Code:
yum install intltool
It should allow you to confirm the dependency requirement for the perl-XML-Parser package.

Thank you.