Skip Menu |

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

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

People
Owner: nanis [...] runu.moc.invalid
Requestors: nanis [...] rcpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.57_03
Fixed in: 0.57_04



Subject: Makefile.PL picks wrong lib directory with Strawberry Perl
See http://www.cpantesters.org/cpan/report/d495c916-1daa-1015-bd31-5c723f4c520d # lib -LC:\strawberry\c\include -lssleay32 -llibeay32 The build succeeds because C:\strawberry\c\lib is in the compiler's lib path. This is due to a fix introduced in 0.57_03. In Makefile.PL, $Config{usrinc} was added to @POSSIBLE_SSL_DIRS. That is an include directory. The fix is to add dirname($Config{usrinc}) to @POSSIBLE_SSL_DIRS. This fix will be included in 0.57_04, due out by August 12, 2010. -- Sinan