Ok, so I downloaded and attempted the same build process on the
openssl-1.0.1-stable-SNAP-20141106.tar.gz and get the exact same errors.
The process:
1. perl Configure VC-WIN32 --prefix=c:\openssl
-DOPENSSL_USE_IPV6=0 -DOPENSSL_NO_SSL2 -DOPENSSL_NO_SSL3
2. ms\do_nasm.bat
3. nmake -f ms\ntdll.mak
Items (1) and (2) run clean. Item (3) returns the following, eventually:
link /nologo /subsystem:console /opt:ref /debug /dll
/out:out32dll\ssleay32.dll /def:ms/SSLEAY32.def
@C:\DOCUME~1\ncarter\LOCALS~1\Temp\1\nmb01812.
SSLEAY32.def : error LNK2001: unresolved external symbol
SSLv2_client_method
SSLEAY32.def : error LNK2001: unresolved external symbol SSLv2_method
SSLEAY32.def : error LNK2001: unresolved external symbol
SSLv2_server_method
out32dll\ssleay32.lib : fatal error LNK1120: 3 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
NMAKE : fatal error U1077: 'link' : return code '0x475'
Stop.
I can provide the entire run and it's output if anyone wants to see it.
Thanks!!
On 11/6/2014 10:34 AM, Dr. Stephen Henson wrote:
On Thu, Nov 06, 2014, neil carter wrote:
That worked!! Thank you!!
So, next is to remove/disable SSL2 and SSL3 from the build, my
original intent.
If I simply add the no-ssl2 and no-ssl3 options to the 'perl
Configure' line, it returns this:
There are a few problems with that in released versions. I'd suggest you try a
recent 1.0.1 snapshot.
Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager majord...@openssl.org