Skip Menu |

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

Report information
The Basics
Id: 43084
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: nanis [...] runu.moc.invalid
Requestors: eponymousalias [...] yahoo.com
Cc:
AdminCc:

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



Subject: fixed Makefile.PL for Solaris compilation (bug #28680)
Date: Fri, 6 Feb 2009 09:36:57 -0800 (PST)
To: bug-Crypt-SSLeay [...] rt.cpan.org
From: eponymous alias <eponymousalias [...] yahoo.com>
The last copy of Makefile.PL attached to this bug report tried to fix the problem by truncating the ssl header value, but that's the wrong approach. It's the include dir that needs fixing, because files in the openssl distribution such as ssh include other files in the form of <openssl/e_os2.h>. The attached Makefile.PL contains two separate fixes for the inconsistent ssl header and include dir definitions. Either one by itself should be sufficient to solve the build problem.

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

Hello: I have made some changes to Makefile.PL which I hope addresses this and similar issues with include paths. Could you please check to see if it works? http://search.cpan.org/~nanis/Crypt-SSLeay-0.57_03/ Thank you. -- Sinan On Fri Feb 06 12:37:49 2009, eponymousalias@yahoo.com wrote: Show quoted text
> The last copy of Makefile.PL attached to this bug report tried to fix > the problem by truncating the ssl header value, but that's the > wrong approach. It's the include dir that needs fixing, because > files in the openssl distribution such as ssh include other files > in the form of <openssl/e_os2.h>. The attached Makefile.PL > contains two separate fixes for the inconsistent ssl header and > include dir definitions. Either one by itself should be sufficient > to solve the build problem. > >