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


in reply to failed to build XML::Parser on AIX x64 machine ( bad magic at ../../AIX5.3_64/perl-5.8.8/lib/XSLoader.pm l ine 70. )

This looks like a problem with File::Glob, rather than a problem with XML::Parser.
Can you successfully run a script that contains nothing other than use File::Glob;

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: failed to build XML::Parser on AIX x64 machine ( bad magic at ../../AIX5.3_64/perl-5.8.8/lib/XSLoader.pm l ine 70. )
by sridhar84 (Novice) on Oct 16, 2012 at 10:57 UTC

    Hi Rob, Its successfully ran File::Glob. No errors reported.