in reply to Re^2: Net::SSLeay and Strawberry Perl
in thread Net::SSLeay and Strawberry Perl

I notice your gcc -c  -IC:\... line doesn't have the -IC:\OpenSSL\include needed to find OpenSSL's header files. Could that be the problem? Try running:

C:\> SET INCLUDE_PATH=C:\OpenSSL\Include C:\> cpan install Net::SSLeay
and see if that changes the error message.

Replies are listed 'Best First'.
Re^4: Net::SSLeay and Strawberry Perl
by Anonymous Monk on Feb 27, 2009 at 02:05 UTC
    I just wanted to confirm that this does indeed work. It allowed me to install Net::SSLeay (1.35) successfully using Shining Light openSSL v0.9.8j and strawberry perl 5.10.0.4 (Windows XP SP3) (the OP never responded re. his/her success)