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