Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 56435
Status: rejected
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: mpapet [...] yahoo.com
perl [...] csjewell.fastmail.us
Cc:
AdminCc:

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



CC: bug-Perl-Dist-Strawberry [...] rt.cpan.org
Subject: Re: Spamassassin and openssl
Date: Fri, 09 Apr 2010 12:34:00 -0600
To: "Michael Papet" <mpapet [...] yahoo.com>
From: "Curtis Jewell" <perl [...] csjewell.fastmail.us>

Message body is not shown because it is too large.

Subject: Re: Spamassassin and openssl
Date: Fri, 9 Apr 2010 12:02:00 -0700 (PDT)
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Michael Papet <mpapet [...] yahoo.com>

Message body is not shown because it is too large.

Not a bug in strawberry perl. You need to patch Makefile.PL (for both Crypt-OpenSSL-Random and
Crypt-OpenSSL-RSA) in this way:

- 'LIBS' => ['-lssl -lcrypto'],
+ 'LIBS' => ($^O eq 'MSWin32') ? ['-lssl32 -leay32'] : ['-lssl -lcrypto'],

With this patch both modules work nice on my MS Windows box with January
2010 Strawberry Perl.

I have created the following bug reports:
1/ http://rt.cpan.org/Public/Bug/Display.html?id=56454
2/ http://rt.cpan.org/Public/Bug/Display.html?id=56455

--
kmx
As this is clearly not a bug neither in strawberry nor in openssl binaries bundled with strawberry, I propose closing this RT.

--
kmx

Subject: Re: [rt.cpan.org #56435] Re: Spamassassin and openssl
Date: Tue, 4 May 2010 08:18:24 -0700 (PDT)
To: perl [...] csjewell.fastmail.us, bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Michael Papet <mpapet [...] yahoo.com>
--- On Tue, 5/4/10, kmx via RT <bug-Perl-Dist-Strawberry@rt.cpan.org> wrote: Show quoted text
> From: kmx via RT <bug-Perl-Dist-Strawberry@rt.cpan.org> > Subject: [rt.cpan.org #56435] Re: Spamassassin and openssl > To: mpapet@yahoo.com, perl@csjewell.fastmail.us > Date: Tuesday, May 4, 2010, 1:33 AM > <URL: https://rt.cpan.org/Ticket/Display.html?id=56435 > > > As this is clearly not a bug neither in strawberry nor in > openssl binaries > bundled with strawberry, I propose closing this RT.
Go ahead and close that bug. Thanks for your support on it. Show quoted text
> > -- > kmx > >