in reply to Re^2: Can't locate XML/LibXML.pm in @INC
in thread Can't locate XML/LibXML.pm in @INC

Why there exists a cross dependency between XML::LibXML and XML::SAX::DocumentLocator?

Because whomever created the RPMs you're using made it that way

there is no such cross dependency on CPAN. XML::SAX doesn't require XML::LibXML, but XML::LibXML requires

How to resolve it?

Force installation (every package manager has the option), or use cpan or cpanm to install XML::LibXML

  • Comment on Re^3: Can't locate XML/LibXML.pm in @INC

Replies are listed 'Best First'.
Re^4: Can't locate XML/LibXML.pm in @INC
by kingsaint (Novice) on Sep 23, 2013 at 07:41 UTC

    Ya,you are right. Cross dependencies should not be there. But that is exactly what I'm getting. Anyway, force installation did not help much,it's still throwing the same error message. I do not have the option to use CPAN either.

      Ya,you are right. Cross dependencies should not be there. But that is exactly what I'm getting. Anyway, force installation did not help much,it's still throwing the same error message. I do not have the option to use CPAN either.

      Funny