Re: Spamassassin and openssl
[email protected] (kmx)
| Newsgroups | perl.win32.vanilla |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael, you need to patch Makefile.PL (for both Crypt-OpenSSL-Random and Crypt-OpenSSL-RSA) in this way: - 'LIBS' => ['-lssl -lcrypto'], + 'LIBS' => ($^O eq 'MSWin32') ? ['-lssl32 -leay32'] : ['-lssl -lcrypto'], With this patch both modules work nice on my MS Windows box with Januar 2010 Strawberry Perl. I have created the following bug reports: 1/ http://rt.cpan.org/Public/Bug/Display.html?id=56454 2/ http://rt.cpan.org/Public/Bug/Display.html?id=56455 feel free to post some supportive comments to those RTs -- kmx