Re: "Your vendor has not defined Socket macro AI_ADDRCONFIG"

2016-01-25 Thread Alexandr Ciornii
/ms738520%28v=vs.85%29.aspx ) -- Alexandr Ciornii, http://chorny.net

Re: StrawberryPerl and the OpenSSL "heartbleed" bug

2014-04-16 Thread Alexandr Ciornii
nly using client-side SSL, if you are not running > a server with Strawberry but just connecting to sites? -- Alexandr Ciornii, http://chorny.net

Re: 'INC' paths for Perl

2013-12-07 Thread Alexandr Ciornii
file that contains the strings > "site_perl", "INC" and "5.8.8". The only one I could find was:- > > C:\strawberry\perl\lib\CPANPLUS\Config.pm > > So my best guess is that this is some kind of Perl configuration error. > When I installed Strawberry Perl on my new Windows 8 box, should I have run > some kind of config utility so that it would learn the relevant paths for my > new machine? > > John -- Alexandr Ciornii, http://chorny.net

Re: AnyEvent under Strawberry Perl

2013-06-04 Thread Alexandr Ciornii
n WIndows (see both MSWin32 and mswin32). Only two failures are present, and they are problems in smokers (AnyEvent itself is not found in tests). -- Alexandr Ciornii, http://chorny.net

Re: fork emulation / kill

2010-08-24 Thread Alexandr Ciornii
Hello, David 2010/8/24 David Golden : > On Tue, Aug 24, 2010 at 11:41 AM, Alexandr Ciornii > wrote: >> Is it possible to kill a thread that was created by fork()? signal to >> pid of thread results in termination of whole program >> >> kill( 2, $pid ); #$pid -

fork emulation / kill

2010-08-24 Thread Alexandr Ciornii
Is it possible to kill a thread that was created by fork()? signal to pid of thread results in termination of whole program kill( 2, $pid ); #$pid - pid of forked thread Whole program dies with: Terminating on signal SIGINT(2) -- Alexandr Ciornii, http://chorny.net

Re: Issues while using perl 5.8.9 version

2010-08-18 Thread Alexandr Ciornii
t builders. >        Any help will be appreciated. As usual, you can install modules from CPAN (if you are using Strawberry Perl). Launch cpan client and type "install Win32::Console". -- Alexandr Ciornii, http://chorny.net

Re: Problems Installing Various Modules

2009-06-02 Thread Alexandr Ciornii
is in 2003, but Bob its authors seems to > still be active (I am CCing him in this email, I hope this is > acceptable!) > > The tests for File::NFSLock hang at this line > t/200_bl_ex.t ..... 1/22 -- Alexandr Ciornii, http://chorny.net

Re: Problems Installing Various Modules

2009-05-14 Thread Alexandr Ciornii
! > I am using the latest Strawberry release (April 2009) . Install CPAN::Reporter - I will report them automatically. > I mainly want to know, if anyone else is having the same problem and > if they are solvable, before going into > them one by one See cpantesters results and bug repo