in reply to Can't install Net::SSH2 on win32 (libssh2, openssl)

I think the 5.10 issues are now resolved.
If ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd will work for you, that would be the easiest way to get it. It's Net-SSH2-0.28 built against a static libssh2-1.2.1, so there's nothing else needed.

See how you go with that. (A slightly different ppm command will be needed if you switch back to 5.10.)

Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Can't install Net::SSH2 on win32 (libssh2, openssl)
by clutch2k3 (Initiate) on Dec 27, 2009 at 00:01 UTC

    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!