On Thu, Mar 15, 2018 at 10:19:29PM +0000, Mun Johl wrote:
>    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.
AFAIK yum/rpm don't know about anything installed via cpan by default.

A quick google suggests that rpm --justdb would let you tell the rpm database
about XML::Simple being installed.  Alternatively install XML::Simple via
rpm/yum instead of CPAN.  If it isn't part of your distro then you could look 
for EPEL packages).

William

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to