in reply to Re: Dependences to install Net::SSH2 for windows
in thread Dependences to install Net::SSH2 for windows

Hi,
Can we hold the session object longer time in advanced Net::SSH::W32perl
bcoz i tried Net::SSH::W32perl(0.04).It is working ,i can't hold the channel object.but Net::SSH2 we can hold i tested in Linux.
but iam unable to install windows for Net::SSH2
  • Comment on Re^2: Dependences to install Net::SSH2 for windows

Replies are listed 'Best First'.
Re^3: Dependences to install Net::SSH2 for windows
by syphilis (Archbishop) on Nov 03, 2006 at 03:28 UTC
    I have just created a windows ppm for Net::SSH2-0.09 (built against a static libssh2). It built and tested fine - though I don't have a secure shell against which to run the interactive testing.

    Anyway, if you want to try it out:

    ppm install http://members.optusnet.com.au/~sisyphus1/ppms/Net-SSH2.ppd

    Cheers,
    Rob
      Hi Rob,
      while iam trying to install i got this message
      Installing package 'http://members.optusnet.com.au/~sisyphus1/ppms/Net-SSH2.ppd'...
      Element 'IMPLEMENTATION' cannot contain a child element 'PROVIDE' at E:/perl/site/lib/PPM.pm line 1658.
      Can't locate object method "rvalidate" via package "PPM::XML::PPD::PROVIDE" (perhaps you forgot to load "PPM::XML::PPD::PROVIDE" ?)
      at E:/perl/site/lib/PPM/XML/ValidatingElement.pm line 38.

        Your version of PPM can't handle one of the lines in the ppd file. I've removed the offending line from the ppd file - so it should work for you, assuming you're running perl 5.8.

        Try again.

        Cheers,
        Rob