http://www.perlmonks.org?node_id=290186


in reply to expat library issue

Are your perl and XML::Parser compatible? That is, if XML::Parser is compiled with 5.6.1 and perl was subsequently upgraded to 5.8, you'd have binary compatibility issues and you'll have to recompile XML::Parser from the source.

Replies are listed 'Best First'.
Re: Re: expat library issue
by coreolyn (Parson) on Sep 09, 2003 at 22:05 UTC

    Yup checked that all servers are installing the same 5.6.1 solaris package.

    coreolyn
Re^2: expat library issue
by anandpu70 (Initiate) on Feb 18, 2013 at 08:47 UTC
    I jsut had this same problem. I just downloaded expat from unixpackages.com site which needs your valid id and password to login. Solaris package which you just have to install with pkgadd pkgname. This will add expat library which will resolve this problem.