Skip Menu |

This queue is for tickets about the Crypt-OpenSSL-EC CPAN distribution.

Report information
The Basics
Id: 84368
Status: resolved
Priority: 0/
Queue: Crypt-OpenSSL-EC

People
Owner: MIKEM [...] cpan.org
Requestors: kmx [...] cpan.org
Cc:
AdminCc:

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



Subject: Win32 compatibility patch
Please add the enclosed file MSWin32.pl to <distribution_root_dir>/hints/MSWin32.pl

It will enable correct build on MS Windows platform (with both GCC and MSVC compiler)

--
kmx
Subject: Re: [rt.cpan.org #84368] Win32 compatibility patch
Date: Tue, 02 Apr 2013 22:06:52 +1000
To: bug-Crypt-OpenSSL-EC [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
Hi, I dont think there was an attachment (at least it didnt make it to RT). Cheers. On Tuesday, April 02, 2013 05:43:46 AM you wrote: Show quoted text
> Tue Apr 02 05:43:45 2013: Request 84368 was acted upon. > Transaction: Ticket created by KMX > Queue: Crypt-OpenSSL-EC > Subject: Win32 compatibility patch > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: kmx@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84368 > > > > Please add the enclosed file MSWin32.pl to > <distribution_root_dir>/hints/MSWin32.pl > > It will enable correct build on MS Windows platform (with both GCC and MSVC > compiler) > > -- > kmx
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
Subject: MSWin32.pl
use Config; $self->{LIBS} = ['-llibeay32'] if $Config{cc} =~ /cl/; $self->{LIBS} = ['-leay32'] if $Config{cc} =~ /gcc/;
Subject: Re: [rt.cpan.org #84368] Win32 compatibility patch
Date: Tue, 02 Apr 2013 22:44:32 +1000
To: bug-Crypt-OpenSSL-EC [...] rt.cpan.org
From: Mike McCauley <mikem [...] open.com.au>
Thanks. New version uploaded to CPAN, but your change not thoroughly tested on all platforms, pls check. Cheers. On Tuesday, April 02, 2013 08:33:38 AM kmx via RT wrote: Show quoted text
> Queue: Crypt-OpenSSL-EC > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=84368 >
-- Mike McCauley mikem@open.com.au Open System Consultants Pty. Ltd 9 Bulbul Place Currumbin Waters QLD 4223 Australia http://www.open.com.au Phone +61 7 5598-7474 Fax +61 7 5598-7070 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
Sounds like this is fixed?