Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

The libxml2 version and the perl version are different in my Pc so can i change my libxml2 version or no need

libxml2 version

/usr/lib/libxml2.so.2 /usr/lib/libxml2.so.2.9.1 /usr/lib64/libxml2.so.2 /usr/lib64/libxml2.so.2.9.1

Perl Version

This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-li +nux-thread-multi (with 39 registered patches, see perl -V for more detail) Copyright 1987-2012, Larry Wall Perl may be copied only under the terms of either the Artistic License + or the GNU General Public License, which may be found in the Perl 5 source ki +t. Complete documentation for Perl, including FAQ lists, should be found +on this system using "man perl" or "perldoc perl". If you have access to + the Internet, point your browser at http://www.perl.org/, the Perl Home Pa +ge.

Replies are listed 'Best First'.
Re: I have to change my libxml version or not?
by marto (Cardinal) on May 12, 2022 at 07:25 UTC

    Perl and libxml are two completely different things, previously....

      In perl modules how can i check that which libxml2 version is required? so can anyone help on this

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

Re: I have to change my libxml version or not?
by Anonymous Monk on May 12, 2022 at 10:35 UTC
    Do you have to change something , or not? The answer is yes you have to change your approach to solving problems.