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
|
|---|
| 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 | |
by marto (Cardinal) on Sep 23, 2013 at 08:12 UTC | |
by Anonymous Monk on Sep 23, 2013 at 07:43 UTC |