PERL-NET-SSH2 0.28 on AIX with cc_r
I have been working on compiling a localized PERL installation on AIX 5.3. Long story short, we don't have root to these boxes, and the root owners won't guarantee support for PERL modules that we need. As an old RedHat guy, I like to use RPM to maintain custom packages. I have been working on compiling PERL and the associate modules. I hit a stumbling block with perl-Net-SSH2 version 0.28 . The commercial AIX compiler kept choking on the compile. AutoSplitting blib/lib/Net/SSH2.pm (blib/lib/auto/Net/SSH2) /opt/builder/local/bin/perl "-Iinc" -e 'use ExtUtils::Mksymlists; \ Mksymlists("NAME" => "Net::SSH2", "DL_FUNCS" => { }, "FUNCLIST" => [], "DL_VARS" => []);' /opt/builder/local/bin/perl "-Iinc" /opt/builder/local/lib/perl5/5.8.9/ExtUtils/xsubpp -typemap /opt/builder/local/lib/perl5/5.8.9/ExtUtils/typemap -typemap typemap SSH2.xs > SSH2.xsc && mv SSH2.xsc SSH2.c ...