Skip Menu |

This queue is for tickets about the Net-SSH2 CPAN distribution.

Report information
The Basics
Id: 76701
Status: resolved
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: david.wagner [...] fedex.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



CC: "Wagner, David --- Sr Programmer Analyst --- CFS" <David.Wagner [...] freight.fedex.com>
Subject: problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Thu, 19 Apr 2012 11:51:25 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] fedex.com>
I have been using Net::SFTP::Foreign in conjunction with Net::SSH2. But also tried this just using the Net::SSH2. With the help of Salvador, we believe that Net::SSH2 has a bug and I am unable to get SSSH2 Destroyed UNTIL I exit the script. We worked through Foreign and then just tried SSH2 and the same behavior occurs using just SSH2. I am running on XP SP3 using Active State 5.12.4 build 1205 ( Jun 20, 2011 ). Using Net::SSH2 version .40 libssh2 version 1.4.1 I have attached the script used, but added .txt to the file name. Salvador provided me with a list to provide to you. The only thing I could not find or know how to find is libssl otherwise I beelive I have given you all that I have... Here is the last email that I received from Salvador ( Author of Net::SSF::Foreign ), who has been assisting in determining where the problem may lie: Show quoted text
----- Original Message -----
> From: "Wagner, David --- Sr Programmer Analyst --- CFS"
<david.wagner@fedex.com>
> To: Salvador Fandino <sfandino@yahoo.com>; "Wagner, David --- Sr
Programmer Analyst --- CFS" <david.wagner@fedex.com>
> Cc: > Sent: Thursday, April 19, 2012 5:38 PM > Subject: RE: Script and output of simple script which does NOT clear
the IBM UNTIL exit from the script
> > Output: > G:\Data\CurrWrka\00CommonPerl>aapl508gv > libssh2_channel_open_ex(ss->session, pv_channel_type,
len_channel_type,
> window_size, packet_size, ((void *)0) > , 0 ) -> 0x2de6d54 > main=HASH(0x3a1b4)->DESTROY called > SV = IV(0x1a1b3e8) at 0x1a1b3ec > REFCNT = 1 > FLAGS = (PADMY,ROK) > RV = 0x3a1b4 > SV = PVHV(0x187031c) at 0x3a1b4 > REFCNT = 2 > FLAGS = (OBJECT,SHAREKEYS) > STASH = 0x3a0a4 "main" > ARRAY = 0x187dbdc (0:6, 1:2) > hash quality = 125.0% > KEYS = 2 > FILL = 2 > MAX = 7 > RITER = -1 > EITER = 0x0 > Elt "channel" HASH = 0xa1b4d5a5 > SV = IV(0x1b68790) at 0x1b68794 > REFCNT = 1 > FLAGS = (ROK) > RV = 0x19b2c14 > SV = PVGV(0x2df109c) at 0x19b2c14 > REFCNT = 1 > FLAGS = (OBJECT,RMG,MULTI) > MAGIC = 0x1aba2b4 > MG_VIRTUAL = &PL_vtbl_backref > MG_TYPE = PERL_MAGIC_backref(<) > MG_FLAGS = 0x02 > REFCOUNTED > MG_OBJ = 0x2bf9aac > SV = PVAV(0x1a9bb74) at 0x2bf9aac > REFCNT = 2 > FLAGS = () > ARRAY = 0x2de973c > FILL = 0 > MAX = 3 > ARYLEN = 0x0 > FLAGS = () > STASH = 0x19eb4bc "Net::SSH2::Channel" > NAME = "_GEN_0" > NAMELEN = 6 > GvSTASH = 0x19eb4bc "Net::SSH2::Channel" > GP = 0x2d3999c > SV = 0x1ab6364 > REFCNT = 1 > IO = 0x2d00af4 > FORM = 0x0 > AV = 0x0 > HV = 0x0 > CV = 0x2bf9abc > CVGEN = 0x0 > LINE = 20 > FILE = > "G:\Data\CurrWrka\00CommonPerl\03aaplxxx\aapl508gv.pl" > FLAGS = 0x2 > EGV = 0x19b2c14 "_GEN_0" > Elt "ssh2" HASH = 0x259adce > SV = IV(0x187be60) at 0x187be64 > REFCNT = 1 > FLAGS = (ROK) > RV = 0x187be54 > SV = PVMG(0x18cf7a4) at 0x187be54 > REFCNT = 4
Whoa! This reference count should not be 4 but 2.
> FLAGS = (OBJECT,IOK,pIOK) > IV = 25707468 > NV = 0 > PV = 0 > STASH = 0x189014c "Net::SSH2" > Net::SSH2::Channel::DESTROY > SV = IV(0x1a1b3e8) at 0x1a1b3ec > REFCNT = 1 > FLAGS = (PADMY,ROK) > RV = 0x3a1b4 > SV = PVHV(0x187031c) at 0x3a1b4 > REFCNT = 2 > FLAGS = (OBJECT,OOK,SHAREKEYS) > STASH = 0x3a0a4 "main" > ARRAY = 0x2d8d06c (0:6, 1:2) > hash quality = 125.0% > KEYS = 2 > FILL = 2 > MAX = 7 > RITER = -1 > EITER = 0x0 > Elt "channel" HASH = 0xa1b4d5a5 > SV = IV(0x1b68790) at 0x1b68794 > REFCNT = 1 > FLAGS = () > IV = 0 > Elt "ssh2" HASH = 0x259adce > SV = IV(0x187be60) at 0x187be64 > REFCNT = 1 > FLAGS = (ROK) > RV = 0x187be54 > SV = PVMG(0x18cf7a4) at 0x187be54 > REFCNT = 3
And here it should not be 3 but 1. That's why the Net::SSH2 object is not being released until the script ends. This is a bug on Net::SSH2. I have been looking over its source code and I see no obvious error so you should report the bug to the module author. <<aapl508gt.pl.txt>> If you have any questions and/or problems, please let me know. Thanks. Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us

Message body is not shown because sender requested not to inline it.

Hi, Attached is a minimal script that shows the problem. When the destructor for the custom object created on the script is called, the reference count for the Net::SSH2 object is 4, and after destroying the Net::SSH2::Channel object it becomes 3 but In order to work correctly the reference count at that point should be 1. This is causing Net::SSH2 objects to be leaked until the script terminates (then they are released during the global destruction phase).
Subject: simple.pl
#!/usr/bin/perl use strict; use warnings; use Net::SSH2; use Devel::Peek; my $MyHost = q[xxxx]; my $MyUser = q[xxxx]; my $MyPW = q[xxxx]; my $self = bless {}; $self->{ssh2} = Net::SSH2->new(); $self->{ssh2}->debug(1); $self->{ssh2}->connect($MyHost, 22); $self->{ssh2}->auth(username => $MyUser, password => $MyPW); $self->{channel} = $self->{ssh2}->channel; undef $self; print STDERR "exiting...\n"; sub DESTROY { my $self = shift; print STDERR "$self->DESTROY called\n"; Dump($self); undef $self->{channel}; Dump($self); }
BTW, I am not able to reproduce the bug myself on Linux (I don't currently have any Windows machine available).
Subject: Re: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Thu, 19 Apr 2012 15:26:08 -0400
To: bug-Net-SSH2 [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
Thanks David, I am going to try to fix this over the next few days as I'm doing some work on Net::SSH2 currently. Unrelated question for you, did you build Net::SSH2 on Windows yourself? I am going to need to do that now to run these scripts and also because another person has asked me to provide building instructions for Windows. If you have any notes or things you remember can you please send them to me, and I will write them up in a BUILDING.WIN32 file for the distribution.
Subject: RE: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Thu, 19 Apr 2012 14:55:38 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, <david.wagner [...] fedex.com>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] fedex.com>
NO. I pulled via Active State's ppm for 5.12.4 build. I had received an update from Salvador on his Net::SSH2 which is part of his backend processing and just moved that in, but our final test was ONLY against the Net::SSH2 code. If anything I can do to assist, please do not hesitate to ask and will do all that I can...          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Thursday, April 19, 2012 13:27 >To: david.wagner@fedex.com >Subject: Re: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs >until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >Thanks David, > >I am going to try to fix this over the next few days as I'm doing some >work on Net::SSH2 currently. > >Unrelated question for you, did you build Net::SSH2 on Windows yourself? >I am going to need to do that now to run these scripts and also because >another person has asked me to provide building instructions for >Windows. If you have any notes or things you remember can you please >send them to me, and I will write them up in a BUILDING.WIN32 file for >the distribution.
Fixed by salva in 0.44.
Subject: RE: [Marketing Mail] [rt.cpan.org #76701] Resolved: problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Wed, 25 Apr 2012 11:47:00 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, <david.wagner [...] fedex.com>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] fedex.com>
Thanks much. I went to CPAN and see .43 for Net::SSH2. How long before it makes it to CPAN? Under AS 5.12.4, it was only using .          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Wednesday, April 25, 2012 10:33 >To: david.wagner@fedex.com >Subject: [Marketing Mail] [rt.cpan.org #76701] Resolved: problem in Destroy >of SSH2 ( never occurs until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >According to our records, your request has been resolved. If you have any >further questions or concerns, please respond to this message.
Subject: Re: [rt.cpan.org #76701] Resolved: problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Wed, 25 Apr 2012 12:59:53 -0400
To: bug-Net-SSH2 [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
While the distribution makes its way to the CPAN mirrors you may obtain it here: http://pause.perl.org:81/incoming/Net-SSH2-0.44.tar.gz The distribution includes the file BUILDING.WIN32, which describes how to build the module on Windows, takes maybe half an hour or so. On Wednesday, April 25, 2012 at 12:48 PM, Wagner, David --- Sr Programmer Analyst --- CFS via RT wrote: Show quoted text
> Queue: Net-SSH2 > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > > Thanks much. I went to CPAN and see .43 for Net::SSH2. How long before it makes it to CPAN? Under AS 5.12.4, it was only using .
Subject: RE: [rt.cpan.org #76701] Resolved: problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Wed, 25 Apr 2012 12:17:41 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, <david.wagner [...] FEDEX.COM>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] FEDEX.COM>
I really appreciate the help here, but I am not able to download the extra data needed. I have been using Active State Perl from the beginning because do not have access to compilers, etc. I will go to AS and see how long it will take to get SSH2 into the mix of things.. If that is too long, then will have to see what else I can do.. Again thanks for the help...          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Wednesday, April 25, 2012 11:00 >To: david.wagner@fedex.com >Subject: Re: [rt.cpan.org #76701] Resolved: problem in Destroy of SSH2 ( >never occurs until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >While the distribution makes its way to the CPAN mirrors you may obtain it >here: > >http://pause.perl.org:81/incoming/Net-SSH2-0.44.tar.gz > >The distribution includes the file BUILDING.WIN32, which describes how to >build the module on Windows, takes maybe half an hour or so. > > >On Wednesday, April 25, 2012 at 12:48 PM, Wagner, David --- Sr Programmer >Analyst --- CFS via RT wrote: >
>> Queue: Net-SSH2 >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > >> >> Thanks much. I went to CPAN and see .43 for Net::SSH2. How long before it
>makes it to CPAN? Under AS 5.12.4, it was only using .
Subject: Re: [rt.cpan.org #76701] Resolved: problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Wed, 25 Apr 2012 13:38:15 -0400
To: bug-Net-SSH2 [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
The instructions are for MinGW GCC compilers which are freely available/downloadable, you do not need Visual Studio for this or anything else which requires a license. On Wednesday, April 25, 2012 at 1:19 PM, Wagner, David --- Sr Programmer Analyst --- CFS via RT wrote: Show quoted text
> Queue: Net-SSH2 > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > > I really appreciate the help here, but I am not able to download the extra data needed. I have been using Active State Perl from the beginning because do not have access to compilers, etc. I will go to AS and see how long it will take to get SSH2 into the mix of things.. If that is too long, then will have to see what else I can do.. > > Again thanks for the help... > > If you have any questions and/or problems, please let me know. > Thanks. > > Wags ;) > David R. Wagner > Senior Programmer Analyst > FedEx Services > 1.719.484.2097 Tel > 1.719.484.2419 Fax > 1.408.623.5963 Cell > http://Fedex.com/us > >
> > -----Original Message----- > > From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] > > Sent: Wednesday, April 25, 2012 11:00 > > To: david.wagner@fedex.com (mailto:david.wagner@fedex.com) > > Subject: Re: [rt.cpan.org (http://rt.cpan.org) #76701] Resolved: problem in Destroy of SSH2 ( > > never occurs until exit of script) > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > > > > While the distribution makes its way to the CPAN mirrors you may obtain it > > here: > > > > http://pause.perl.org:81/incoming/Net-SSH2-0.44.tar.gz > > > > The distribution includes the file BUILDING.WIN32, which describes how to > > build the module on Windows, takes maybe half an hour or so. > > > > > > On Wednesday, April 25, 2012 at 12:48 PM, Wagner, David --- Sr Programmer > > Analyst --- CFS via RT wrote: > >
> > > Queue: Net-SSH2 > > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > > > > > > Thanks much. I went to CPAN and see .43 for Net::SSH2. How long before it
> > makes it to CPAN? Under AS 5.12.4, it was only using .
>
RT-Send-CC: david.wagner [...] FEDEX.COM, David.Wagner [...] freight.fedex.com
I don't know if and when ActiveState will want to build a PPM. I'll try to build a PPM and upload it to uwinnipeg or something, I'll keep you posted.
CC: <david.wagner [...] fedex.com>
Subject: RE: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Wed, 2 May 2012 13:22:40 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, "undisclosed-recipients" <"undisclosed-recipients:;" [...] bestpractical.com>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] fedex.com>
Rafael, Sorry for the dealy, but have been out of the office since last Thu and only back into the office today. I looked for your version 0.44 for SSH2, but it was not there. So went out to Active State and found this about version 0.44 and failure in the make: CPAN.pm: Going to build R/RK/RKITOVER/Net-SSH2-0.44.tar.gz Show quoted text
>>> C:\Perl-5.12\bin\perl.exe Makefile.PL
The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL, which can be obtained from http://www.openssl.org. Debian: sudo aptitude install libssh2-1-dev OpenSUSE: sudo zypper in libssh2-1 libssh2-devel You can pass your libssh2 lib and include dirs on the command line. E.g.: perl Makefile.PL lib=$HOME/libssh2/lib inc=$HOME/libssh2/include If you want to build on Windows, see the file BUILDING.WIN32 in the distribution. Can't link/include 'libssh2.h', 'ssh2' No 'Makefile' created RKITOVER/Net-SSH2-0.44.tar.gz C:\Perl-5.12\bin\perl.exe Makefile.PL -- NOT OK Prepending C:\cpanfly-5.12\var\cpan\build\ExtUtils-MakeMaker-6.62-wOZFFj/blib/arch C:\cpanfly-5.12\var\cpan\build\ExtUtils-MakeMaker-6.62-wOZFFj/blib/lib to PERL5LIB for 'test' Running make test Make had some problems, won't test Finished 2012-04-25T22:01:25 So it is not being moved over as a PPM module. Thoughts???          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Wednesday, April 25, 2012 12:44 >To: undisclosed-recipients >Cc: david.wagner@fedex.com; Wagner, David --- Sr Programmer Analyst --- CFS >Subject: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs >until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >I don't know if and when ActiveState will want to build a PPM. > >I'll try to build a PPM and upload it to uwinnipeg or something, I'll keep >you posted.
CC: "Wagner, David --- Sr Programmer Analyst --- CFS" <David.Wagner [...] freight.fedex.com>
Subject: [rt.cpan.org #76701] -- Failure in getting converted in Active State under PPM
Date: Fri, 4 May 2012 10:01:25 -0500
To: "Bugs in Net-SSH2 via RT" <bug-Net-SSH2 [...] rt.cpan.org>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] fedex.com>
I sent a message on 2nd May and just wanting to see if Rafael Kitover had received. From what I see in the PPM Index, there has been no successful build of Net::SSH2 since version 0.40. I need his latest version and just wanted to verify that he had received my email of the 2nd May.. If you have any questions and/or problems, please let me know. Thanks. Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us
RT-Send-CC: david.wagner [...] FEDEX.COM
The module cannot build automatically, it has to be built manually by following the instructions I've included in BUILDING.WIN32 in the distriubtion. As I've explained, you can do this yourself using freely available tools in about half an hour. If ActiveState wants to create a PPM for it, they will have to take special measures to do so, their regular process will not work. I've thought about building a PPM myself, but I'm in the middle of reinstalling my Windows computer so I won't get to it for a while and I don't know much about building PPMs and which repositories accept uploads.
Subject: RE: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Mon, 7 May 2012 10:10:34 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, <david.wagner [...] FEDEX.COM>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] FEDEX.COM>
Then Rafael, I am up a creek. If I can not pull from PPM, then all my work with Perl may be at an end. From the things I see in PPM, SSH2 does not build under any of the Operating systems( from Windows to Linux to Solaris to Mac OSX ) and has not been built since version 0.40. ( So unsure who did this, but that is what I see).. If I can not resolve, then I will have to approach my management team and let them know at this point, I have no way of supporting the internal emails that I do with Perl which will be a real pain... Have a good week and take care...          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: Rafael Kitover via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Saturday, May 05, 2012 5:28 >To: david.wagner@fedex.com >Subject: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs >until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >The module cannot build automatically, it has to be built manually by >following the instructions I've included in BUILDING.WIN32 in the >distriubtion. > >As I've explained, you can do this yourself using freely available tools >in about half an hour. > >If ActiveState wants to create a PPM for it, they will have to take >special measures to do so, their regular process will not work. > >I've thought about building a PPM myself, but I'm in the middle of >reinstalling my Windows computer so I won't get to it for a while and I >don't know much about building PPMs and which repositories accept uploads.
On Mon May 07 11:11:24 2012, david.wagner@fedex.com wrote: Show quoted text
> Then Rafael, I am up a creek. If I can not pull from PPM, then all my > work with Perl may be at an end.
Have you contacted Active State and asked? What happened when you tried to build it yourself following the intructions in BUILDING.Win32 ?
Subject: RE: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Mon, 7 May 2012 15:01:55 -0500
To: <bug-Net-SSH2 [...] rt.cpan.org>, <david.wagner [...] FEDEX.COM>
From: "Wagner, David --- Sr Programmer Analyst --- CFS" <david.wagner [...] FEDEX.COM>
I never tried to build. If it is not part of Active State build, then I do not use. I have three systems involved(Solaris, Linux(VM) and Desktop ( XP )) and I can use AS to pull for all three. The one system is a production system and no compilers are on machine... I have tried to get a hold of Jan Dubois with AS to see how this is handled and no response back at this point( sent email at 05/07/2012-10:57 Mountain Time). I have been using AS since the 90's and have never compiled a program. Once I get a response from Jan, then I will have a better idea of what is needed. I would be interested in helping to take care of this and any future things like this. As I stated in an earlier email, version 0.40 is in AS, but nothing since then and ALL distributions do NOT have access to the latest Net::SSH2 unless they build for themselves in some manner... So unless I can get this taken care of, then will have to drop using Net::SSH2, Net::SFTP::Foreign and Foreign's other modules.. This is the first module I have really had any problems with, but I know from my past experience, that compiling is not the right way for my situation... Thoughts???          If you have any questions and/or problems, please let me know.          Thanks.   Wags ;) David R. Wagner Senior Programmer Analyst FedEx Services 1.719.484.2097 Tel 1.719.484.2419 Fax 1.408.623.5963 Cell http://Fedex.com/us Show quoted text
>-----Original Message----- >From: MSTROUT via RT [mailto:bug-Net-SSH2@rt.cpan.org] >Sent: Monday, May 07, 2012 11:43 >To: david.wagner@fedex.com >Subject: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs >until exit of script) > ><URL: https://rt.cpan.org/Ticket/Display.html?id=76701 > > >On Mon May 07 11:11:24 2012, david.wagner@fedex.com wrote:
>> Then Rafael, I am up a creek. If I can not pull from PPM, then all my >> work with Perl may be at an end.
> >Have you contacted Active State and asked? > >What happened when you tried to build it yourself following the >intructions in BUILDING.Win32 ?
Subject: Re: [rt.cpan.org #76701] problem in Destroy of SSH2 ( never occurs until exit of script)
Date: Mon, 7 May 2012 17:53:08 -0400
To: bug-Net-SSH2 [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] cpan.org>
Some instructions for how to make a PPM: http://jenda.krynicky.cz/perl/PPM.html
Closing this ticket (build issues were resolved with submitter by email.)