in reply to Re^3: When i am running one of my perl script. It is getting an error like this.
in thread When i am running one of my perl script. It is getting an error like this.

Is there any way to check the version of libxml2?

  • Comment on Re^4: When i am running one of my perl script. It is getting an error like this.

Replies are listed 'Best First'.
Re^5: When i am running one of my perl script. It is getting an error like this.
by Corion (Patriarch) on May 11, 2022 at 08:19 UTC

    You need to use the package manager of your OS to show the version of libxml2 and the development headers.

Re^5: When i am running one of my perl script. It is getting an error like this.
by hippo (Archbishop) on May 11, 2022 at 08:25 UTC
    $ locate libxml2.so

    should show you all the versions which are installed and where. It's up to you to determine to which, if any, a particular program or other lib links.


    🦛