in reply to [solved] Crypt:SSLeay Install problem under Strawberry Perl
There's something a bit weird in the initial compile:
gcc -c -IC:\strawberry\c\include -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 -DVERSION=\"0.57\" -DXS_VERSION=\"0.57\" "-IC:\strawberry\perl\lib\CORE" SSLeay.c
... because I don't see a switch like -Ic:\openssl\include but then I don't understand how it manages to compile SSLeay.c without error.
From the CPAN shell you could try doing a look Crypt::SSLeay and then do a classic perl Makefile.PL and dmake, and see if you see a compiler switch that includes the OpenSSL include directory. At which point I would expect saner results.
• another intruder with the mooring in the heart of the Perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Crypt:SSLeay Install problem under Strawberry Perl
by Kypax (Initiate) on Jun 17, 2008 at 20:49 UTC | |
|
Re^2: Crypt:SSLeay Install problem under Strawberry Perl
by Anonymous Monk on Jan 12, 2009 at 08:25 UTC | |
by Corion (Patriarch) on Jan 12, 2009 at 08:33 UTC | |
by Anonymous Monk on Feb 03, 2025 at 23:51 UTC | |
by weismat (Friar) on Jan 20, 2010 at 07:15 UTC | |
by Anonymous Monk on Jan 20, 2010 at 07:25 UTC | |
by weismat (Friar) on Jan 20, 2010 at 07:59 UTC |