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:
and see if that changes the error message.C:\> SET INCLUDE_PATH=C:\OpenSSL\Include C:\> cpan install Net::SSLeay
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SSLeay and Strawberry Perl
by Anonymous Monk on Feb 27, 2009 at 02:05 UTC |