Is there a way to find a complied net:ssh2 module for ms windows environment
Is there a way to find a complied net:ssh2 module for ms windows environment
am 18.09.2007 19:48:04 von jongteckfoo
I tried to find a net:ssh2 module and add it to the perl module, I I
found it in http://www.cpan.org/modules/by-module/Net/ and follow the
instruction but I still have problem to get it complied. Is there a
way to find a complied net:ssh2 module? Thank you.
Jong
Re: Is there a way to find a complied net:ssh2 module for ms windows environment
am 19.09.2007 14:50:18 von sisyphus1
On Sep 19, 3:48 am, jongteck...@gmail.com wrote:
> I tried to find a net:ssh2 module and add it to the perl module, I I
> found it inhttp://www.cpan.org/modules/by-module/Net/and follow the
> instruction but I still have problem to get it complied. Is there a
> way to find a complied net:ssh2 module? Thank you.
>
> Jong
ppm install http://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd
That will give you version 0.09 of Net::SSH2 (built against version
0.14 of libssh2).
I think it was I that actually built that ppm package (and sent it
over to Randy to place on his uwinnipeg rep) ... which reminds me that
there are now more recent versions of both Net::SSH2 and libssh2
available. Depending upon what you attempt to do (and how you go about
it) you may find it necessary to jump through some hoops to get it to
work correctly.
I'll try to build the latest Net::SSH2 against the latest libssh2 in
the next couple of days (and send it over to Randy to place on the
uwinnipeg rep). In the meantime, if you strike trouble, you might find
some help at http://www.perlmonks.org/index.pl?node_id=581715 .
Cheers,
Rob
Re: Is there a way to find a complied net:ssh2 module for ms windows environment
am 21.09.2007 13:25:13 von sisyphus1
On Sep 19, 10:50 pm, sisyph...@optusnet.com.au wrote:
..
..
>
> I'll try to build the latest Net::SSH2 against the latest libssh2 in
> the next couple of days (and send it over to Randy to place on the
> uwinnipeg rep).
I've actually now built (the latest) Net::SSH2-0.10 against (the
latest) libssh2-0.17. But it doesn't seem to have made much difference
to the behaviour on Win32, so I won't trouble Randy with it.
Nevertheless, if anyone wants it, just send an email to sisyphus1 (at)
optusnet (dot). com (dot) . au.And I'll send it over.
Cheers,
Rob
Re: Is there a way to find a complied net:ssh2 module for ms windows environment
am 21.09.2007 18:02:57 von jongteckfoo
On Sep 21, 7:25 am, sisyph...@optusnet.com.au wrote:
> On Sep 19, 10:50 pm, sisyph...@optusnet.com.au wrote:
> .
> .
>
>
>
> > I'll try to build the latest Net::SSH2 against the latest libssh2 in
> > the next couple of days (and send it over to Randy to place on the
> > uwinnipeg rep).
>
> I've actually now built (the latest) Net::SSH2-0.10 against (the
> latest) libssh2-0.17. But it doesn't seem to have made much difference
> to the behaviour on Win32, so I won't trouble Randy with it.
>
> Nevertheless, if anyone wants it, just send an email to sisyphus1 (at)
> optusnet (dot). com (dot) . au.And I'll send it over.
>
> Cheers,
> Rob
Re: Is there a way to find a complied net:ssh2 module for ms windows environment
am 21.09.2007 18:07:55 von jongteckfoo
On Sep 19, 8:50 am, sisyph...@optusnet.com.au wrote:
> On Sep 19, 3:48 am, jongteck...@gmail.com wrote:
>
> > I tried to find a net:ssh2 module and add it to the perl module, I I
> > found it inhttp://www.cpan.org/modules/by-module/Net/andfollow the
> > instruction but I still have problem to get it complied. Is there a
> > way to find a complied net:ssh2 module? Thank you.
>
> > Jong
>
> ppm installhttp://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd
>
> That will give you version 0.09 of Net::SSH2 (built against version
> 0.14 of libssh2).
>
> I think it was I that actually built that ppm package (and sent it
> over to Randy to place on his uwinnipeg rep) ... which reminds me that
> there are now more recent versions of both Net::SSH2 and libssh2
> available. Depending upon what you attempt to do (and how you go about
> it) you may find it necessary to jump through some hoops to get it to
> work correctly.
>
> I'll try to build the latest Net::SSH2 against the latest libssh2 in
> the next couple of days (and send it over to Randy to place on the
> uwinnipeg rep). In the meantime, if you strike trouble, you might find
> some help athttp://www.perlmonks.org/index.pl?node_id=581715.
>
> Cheers,
> Rob
Rob,
I tried this:
ppm installhttp://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd
But I got the following error:
************************************************************ ****************
C:\Documents and Settings\jfoo>ppm install http://theoryx5.uwinnipeg.ca/ppms/Net
-SSH2.ppd
Installing package 'http://theoryx5.uwinnipeg.ca/ppms/Net-SSH2.ppd'...
Element 'IMPLEMENTATION' cannot contain a child element 'PROVIDE' at
C:/Perl/sit
e/lib/PPM.pm line 1684.
Can't locate object method "rvalidate" via package
"PPM::XML::PPD::PROVIDE" (per
haps you forgot to load "PPM::XML::PPD::PROVIDE"?) at C:/Perl/site/lib/
PPM/XML/V
alidatingElement.pm line 38.
************************************************************ ******
I have OpenSSL installed in my C drive, the perl version I am using
is
*********************************
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
Binary build 633 provided by ActiveState Corp. http://www.ActiveState.com
Built 21:33:05 Jun 17 2002
************************************************************ ****
Any idea? Please help. Thank you.
Jong