Challenge: Building a binary rpm.. please help

Discussion in 'Installation/Configuration' started by loveland, Jun 17, 2017.

  1. loveland

    loveland New Member

    I am having the most trouble trying to build binary rpm’s for a centos 6 machine in particularly for:

    XML::Compile::Transport::SOAPHTTP
    XML::Compile::WSDL11
    XML::Compile::SOAP11

    What I’ve done that almost worked was:
    cpanspec --follow --srpm XML::Compile::SOAP11 but this will only build the source rpm. If I do rpmbuild -ba for example on the spec file, or using cpanspec my main issue is the dependencies that fail when building these. There’s a few like Log::Report which I can install with cpan or yum no problem but it’s still not detected as being installed when trying to build the binary. Basically, I just really need the binary rpm’s of these and if you could help any I’d very much appreciate this.
     

Share This Page