> Fetching 'PAR-Packer-1.012-aix-thread-multi-5.10.1.par' from www.cpan.org... Fetching failed:
Forget that (there are no prebuilt PP "packages" for the current
version of PAR::Packer and AIX on CPAN).
> No compiler found, won't generate 'script/parl'
That's the real problem: you need a working C compiler on your machine
to build PAR::Packer. Preferrably the same compiler your
installation of perl was built with (you can find out by
examining the output of "perl -V"). If you do have a C compiler
installed, make sure that it's in your PATH.