|
Posted by jongteckfoo on September 21, 2007, 12:07 pm
Please log in for more thread options 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
> > 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
|