It would have been more helpful if you could have provided more text from the error message. When I tried installing Net::SFTP on a system using portable Strawberry Perl, my attempt failed at the same point as the post from Cow1337killr. In particular, I got something similar to this excerpt from Cow1337killr's post:

dmake.exe: Error code 129, while making 'Curve25519.o' AJGB/Crypt-Curve25519-0.05.tar.gz C:\STRAWB~1\c\bin\dmake.exe -- NOT OK Stopping: 'install' failed for 'Crypt::Curve25519'. Failed during this command: AJGB/Crypt-Curve25519-0.05.tar.gz : make NO

Doing a little checking on the Crypt::Curve25519 module (which appears to be the source of the issue), there doesn't seem to be any tests that passed in the mswin32 column of its CPAN Testers matrix. Also, it looks like someone has already filed a bug report on this issue - and for whatever reason, there doesn't seem to be a response yet from the module's author.

If you're not willing to wait for the module's author to fix this issue and are not interested in figuring out a patch for this issue yourself, then it looks like using Net::SFTP may not be an option. Of course, syphilis shared an alternative solution in his post.


In reply to Re: cpan module installation in strawberry perl by dasgar
in thread cpan module installation in strawberry perl by bsshetty17

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.