in reply to Errors building XML::LibXML

Why don't you try to install the module with yum?

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

Replies are listed 'Best First'.
Re^2: Errors building XML::LibXML
by atreyu (Sexton) on Feb 25, 2014 at 15:05 UTC
    hi, I have installed that version already (1.70). I want to install the latest version for the purpose of troubleshooting some Perl code.

      I thought as much. But mixing cpan with rpm may be suboptimal. Regards, Karl

      «The Crux of the Biscuit is the Apostrophe»

        I thought as much. But mixing cpan with rpm may be suboptimal.

        preachin' to the choir, man. If CentOS would update it themselves, then prob solved. until then...if there are some tricks to getting infernal modules like this one into RPM format, then I'm missing something. I'm using cpan2rpm for starters.

        My current band-aid is to disable the "make test" call in the RPM SPEC file, but that just feels dirty.