From: "Richard Levitte - VMS Whacker" <[EMAIL PROTECTED]>:
> I'd like those who have reported problems with OpenSSL 0.9.6abeta1 to
> try tonights snapshots:
>
> openssl-0.9.6-stable-SNAP-20010314.tar.gz
> openssl-engine-0.9.6-stable-SNAP-20010314.tar.gz
Well, it seems I have managed to confuse myself a bit. According to my
notes, I built openssl-0.9.6, on Win32 using VC 6, like this:
perl Configure VC-WIN32
ms\32all.bat
But that doesn't work. At the time, I must have executed "ms\do_ms.bat"
before I did "ms\32all.bat". And "perl Configure VC-WIN32" isn't needed,
it's done inside "ms\32all.bat". So, in order to build
openssl-0.9.6-stable-SNAP-20010314, this additional change is needed:
--- ms\32all.bat.orig Tue Mar 13 23:03:28 2001
+++ ms\32all.bat Wed Mar 14 21:36:46 2001
@@ -6,6 +6,8 @@
perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
+perl util\mkdef.pl 32 libeay > ms\libeay32.def
+perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
nmake -f d32.mak
nmake -f 32.mak
But with that change, all four flavours of openssl is successfully built
(and tested using "ms\test.bat") on Windows 2000, using VC 6.0, in a single
stroke using "ms\32all.bat".
Sorry about the confusion.
- Peter
----------------------------------------------------------------
Peter 'Luna' Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]>
PGP Key ID: 0xD07BBE13
Fingerprint: 7B5C 1F48 2997 C061 DE4B 42EA CB99 A35C D07B BE13
AOL Instant Messenger Screenname: PRunestig
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]