in reply to Re: Version conflict
in thread Version conflict

The error is below:

Can't load '/u/unilocal/perl-5.8.0-site/lib/aix/auto/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: 0509-022 Cannot load module /u/unilocal/perl-5.8.0-site/lib/aix/auto/XML/Parser/Expat/Expat.so.
0509-150 Dependent module /usr/lib/libexpat.a(libexpat.so.0) could not be loaded.
0509-152 Member libexpat.so.0 is not found in archive
0509-022 Cannot load module /u/unilocal/perl-5.8.0-site/lib/aix/auto/XML/Parser/Expat/Expat.so.
0509-150 Dependent module /u/unilocal/perl-5.8.0-site/lib/aix/auto/XML/Parser/Expat/Expat.so could not be loaded. at /u/unilocal/perl-5.8.0/lib/aix/DynaLoader.pm line 229.
at /u/unilocal/perl-5.8.0-site/lib/aix/XML/Parser.pm line 15
Compilation failed in require at /u/unilocal/perl-5.8.0-site/lib/aix/XML/Parser.pm line 15.
BEGIN failed--compilation aborted at /u/unilocal/perl-5.8.0-site/lib/aix/XML/Parser.pm line 19.
Compilation failed in require at cemas.plx line 37.
BEGIN failed--compilation aborted at cemas.plx line 37.

Replies are listed 'Best First'.
Re^3: Version conflict
by Corion (Patriarch) on Dec 30, 2010 at 13:55 UTC

    The relevant part is

    0509-150 Dependent module /usr/lib/libexpat.a(libexpat.so.0) could not + be loaded.

    Consult with your system administrator how to install Expat and its libraries, or where these libraries live.