in reply to Crypt::SSLeay problems on Win32
I located a binary distribution of SSLeay for Win32 which contains the SSLeay32.dll (+others binaries and sources) here.
An extremely cursory test seems to indicate that these work with Crypt::SSLeay from Jenda's repository.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Win32 binaries for SSLeay.
by NetWallah (Canon) on Nov 20, 2003 at 19:25 UTC | |
I downloaded 2791797 Sep 30 14:50:15 2003 openssl-0.9.7c.tar.gz LATEST from http://www.openssl.org/source/ and followed the instructions in INSTALL.W32 to compile it (Using Visual Studio .NET). This took about 10 minutes of compile time - this is pretty big!. The compile process generated the 2 dll's in the out32dll directory, which I then tested as recommended in the INSTALL.W32 file. All tests were successful. I then copied these dll's into the G:\Perl\site\lib\auto\Crypt\SSLeay directory, and ran the test program - it ran correctly !. 2 remaining questions for posterity : | [reply] |
by PodMaster (Abbot) on Nov 20, 2003 at 20:38 UTC | |
Is there a way/location to post my binaries for other monks to use ?There is no need. Grab yourself a copy of PPM::Repositories and add some repositories to your ppm configuration. So it appears that Randy Kobes (theory guy), mispackaged his latest release of Crypt-SSLeay (namely he forgot about http://theoryx5.uwinnipeg.ca/ppms/scripts/install_ssl). update: I've emailed him and he's fixed it (you should see something similar to what you see when installing from my repository). - It seems to me that the CPAN distribution of this module needs to be fixed - I'd like some consensus/direction on this issue before attempting to whine to CPAN and the author(s).How so (i don't recall anything being broken)? | [reply] [d/l] |
by NetWallah (Canon) on Nov 21, 2003 at 06:48 UTC | |
I have verified that I did, in fact, get SSLey from theoryx, so thanks for getting Randy to fix that distribution. No CPAN bug, so no fix required. I have installed PPM::Repositories, and added Crazy's site to the repositories. Life is good. Monks Rock! | [reply] |
|
Re: Re: Win32 binaries for SSLeay.
by NetWallah (Canon) on Nov 20, 2003 at 18:23 UTC | |
- I did extract and install the SSLeay32.dll from http://opensores.thebunker.net/pub/mirrors/SSLeay/binaries/SSLeay-0.8.1-DSA-msw32.zip. This fixed the original issue with the popup, but brought out new issues: Application popup: perl.exe - Ordinal Not Found : The ordinal 99 could not be located in the dynamic link library LIBEAY32.dll. After extracting and copying LIBEAY32.dll, I get the same popup, except it is looking for ordinal 115. It looks like these dll's are not compatible with my version of SSLeay. I looked at http://www.bacus.pt/Net_SSLeay/, which says that SSLeay is obsolete/unsupported - go look at http://www.openssl.org/. Now I'm getting lost and confused - what module(s) should I be using to get https pages under win32? Sample code, anyone ? | [reply] |