I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-12-15 03:30:11.983004-08 by roderich in response to 13570
Re: Compiling Par Packer on AIx systems
> 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.
Direct Responses: 13576 | Write a response