I've tried both of those already and seem not to be able to use either of them. See 923531 regarding OpenSSH. SSH2 compilation fails because it can't find include files libssh2.h, libssh2_sftp.h, and libssh2_publickey.h, even though I explicitly passed in to Makefile.PL $HOMEDIR/lib as the lib directory and $HOMEDIR/include as the inc directory, and have verified that all those .h's do in fact exist in $HOMEDIR/include:
$HOMEDIR/bin/pperl "-Iinc" $HOMEDIR/lib/5.14.1/ExtUtils/xsubpp -typem +ap $HOMEDIR/lib/5.14.1/ExtUtils/typemap -typemap typemap SSH2.xs > S +SH2.xsc && mv SSH2.xsc SSH2.c cc_r -q64 -c $HOMEDIR/include -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX +_SOURCE -qmaxmem=-1 -qnoansialias -DUSE_NATIVE_DLOPEN -DNEED_PTHREAD_ +INIT -I/usr/local/include -q64 -DUSE_64_BIT_ALL -q64 -O -DVERSION=\ +"0.39\" -DXS_VERSION=\"0.39\" "-I$HOMEDIR/lib/5.14.1/aix-thread-mult +i-64all/CORE" SSH2.c "SSH2.xs", line 16.10: 1506-296 (S) #include file <libssh2.h> not foun +d. "SSH2.xs", line 17.10: 1506-296 (S) #include file <libssh2_sftp.h> not + found. "SSH2.xs", line 18.10: 1506-296 (S) #include file <libssh2_publickey.h +> not found. ...

In reply to Re^2: Math::Pari installation fails due to not enough memory for Pari.so loading by Only1KW
in thread Math::Pari installation fails due to not enough memory for Pari.so loading by Only1KW

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.