in reply to Re^2: I have to change my libxml version or not?
in thread I have to change my libxml version or not?

Again, look at the read me or tell us what the actual problem is.

  • Comment on Re^3: I have to change my libxml version or not?

Replies are listed 'Best First'.
Re^4: I have to change my libxml version or not?
by Anonymous Monk on May 12, 2022 at 08:29 UTC

    When i am running my perl script i am getting an some error for that someone told me that libxml2 version used in the perl module and your libxml2 version is different. You can check on this link "https://perlmonks.org/?node_id=11143771" what they have told for me.

    And Error i am getting is show below

    Can't load '/usr/local/lib64/perl5/auto/XML/CanonicalizeXML/Canonicali +zeXML.so' for module XML::CanonicalizeXML: /usr/local/lib64/perl5/aut +o/XML/CanonicalizeXML/CanonicalizeXML.so: undefined symbol: xmlReallo +c at /usr/local/lib64/perl5/XSLoader.pm line 99. at /usr/local/lib64/perl5/XML/CanonicalizeXML.pm line 55. Compilation failed in require at /root/git/common/perl/pgw_client.pl l +ine 23. BEGIN failed--compilation aborted at /root/git/common/perl/pgw_client. +pl line 23.

      Have you considered the possibility that /usr/local/lib64/perl5/auto/XML/CanonicalizeXML/CanonicalizeXML.so isn't linked to libxml2.so properly (or at all)?


      🦛