Hi all, Please disregard my previous reply. Apparently yum had a conflict when I tried to install XML::Simple and I hadn’t noticed that message. I’ll try again after resolving the conflict.
Regards, -- Mun From: Mun Sent: Friday, March 16, 2018 10:38 AM To: [email protected] Subject: RE: [gridengine users] gridengine rpm complaining about perl(XML::Simple) even though it's installed Hi Arnau, Thanks for the good information; however, my problem persists. Explanation: I couldn’t find the perl-XML-Simple package in our repos; but thanks to the link you provided I was able to download and install what I “think” was the correct package: $ yum localinstall perl-XML-Simple-2.18-3.el6.rfx.noarch.rpm However, when I attempted to install gridengine-8.1.9-1.el6.x86_64.rpm, I again got the same error as before: Error: Package: gridengine-8.1.9-1.el6.x86_64 (/gridengine-8.1.9-1.el6.x86_64) Requires: perl(XML::Simple) Any assistance would be appreciated. Regards, -- Mun This email was received from outside the organization. ________________________________ Yum know nothing about cpanm installations. You need to install perl(XML::Simple) with yum not with cpanm. yum install perl-XML-Simple.noarch if it's not available in your repos you could try https://rpmfind.net/linux/rpm2html/search.php?query=perl-XML-Simple , but it should be part of your base repos. HTH, Arnau 2018-03-15 23:19 GMT+01:00 Mun Johl <[email protected]<mailto:[email protected]>>: Hi, I am trying to install gridengine-8.1.9-1.el6.x86_64.rpm on a RedHat EL6 system. The yum command exits with the following error: Error: Package: gridengine-8.1.9-1.el6.x86_64 (/gridengine-8.1.9-1.el6.x86_64) Requires: perl(XML::Simple) However, I have installed the XML::Simple package via the following command: $ cpanm XML::Simple I have verified via perldoc that XML::Simple is in fact installed; so I’m at a loss as to why yum still is unhappy. Any suggestions would be greatly appreciated. Regards, -- Mun _______________________________________________ users mailing list [email protected]<mailto:[email protected]> https://gridengine.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
