Dude!!!!

YOU ROCK!

I'm on my other pc that still has 5.10 so I figured out the differences in the URLs (I'm posting it for other noobs),

URL for 5.8:

http://theoryx5.uwinnipeg.ca/ppms/

URL for 5.10:

http://cpan.uwinnipeg.ca/PPMPackages/10xx

and BAM, the module installed in a minute:

C:\libssh2-0.12\win32>ppm install http://cpan.uwinnipeg.ca/PPMPackages +/10xx/Net-SSH2.ppd Downloading Net-SSH2-0.28...done Unpacking Net-SSH2-0.28...done Generating HTML for Net-SSH2-0.28...done Updating files in site area...done 17 files installed

Just as to not confuse anybody, I just happened to be in the "C:\libssh2-0.12\win32>" directory. Correct me if I'm wrong, but the install command you posted would have worked from any directory.

Thanks a million!


In reply to Re^2: Can't install Net::SSH2 on win32 (libssh2, openssl) by clutch2k3
in thread Can't install Net::SSH2 on win32 (libssh2, openssl) by clutch2k3

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.