Hi Ed,

I just downloaded openssl-0.9.1c, extracted it then compiled it straight
out of the box on NT with VC++ 5.0. Change to the openssl-0.9.c
directrory and try the following:

C:\openssl-0.9.1c> perl Configure VC-WIN32
C:\openssl-0.9.1c> ms\do_ms
C:\openssl-0.9.1c> nmake -f ms\ntdll.mak

Hope this works for you as well...........

Greg.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 1 July 1999 6:10
> To:   '[EMAIL PROTECTED]'
> Subject:      RE: Compiling OpenSSL on Win32 (again)
> 
> All right, I'm back trying to compile OpenSSL-0.9.1c so that 
> I can use Net::SSLeay seemlessly. I have run the following 
> commands that cleared up some comile problems...
        >  
        > >     <your_MSVC_bin_directory>\vcvars32.bat
        > >     cd <where_your_openssl_root_is>
        > >     perl util\mk1mf.pl VC-WIN32 dll no-asm >ms\ntdll.mak
        > >     perl util\mkdef.pl 32 libeay > ms\libeay32.def
        > >     perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
        > >     nmake -f ms\ntdll.mak
> 
> Getting there... But, now I hit a snag in linking. Here's the error:
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
> -- -- -- -- -- 
> link /nologo /subsystem:console /machine:I386 /opt:ref /dll 
> /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def @G:\TEMP\nma00427.
>     Creating library out32dll\libeay32.lib and object 
> out32dll\libeay32.exp
> md5_dgst.obj : error LINK2001: unresolved external symbol 
> _md5_block_x86
> out32dll\libeay32.lib : fatal error LNK1120: 1 unresolved externals
> NMAKEL : fatal error U1077: 'link' : return code '0x19'
> Stop.
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
> -- -- -- -- -- 
> Can anyone advise me on getting 0.9.1c to compile on an NT w/ 
> VC++5.0? Is it a unique exercise in futility for each machine?
> 
> Ed Eddington
> PCR
> 
> 
        > ----------
        > From:         Ed Eddington[SMTP:[EMAIL PROTECTED]]
        > Sent:         Tuesday, June 29, 1999 2:15 PM
        > To:   '[EMAIL PROTECTED]'
        > Subject:      RE: Compiling OpenSSL on Win32 (again)
        > 
        > I have successfully compiled the NEW version OpenSSL-0.9.3a 
        > using Mingw32 and GNU make on Win95. However, the Perl module 
        > Net::SSLeay that I am after doesn't seem to work with the new 
        > version. Am I stuck trying to compile the old version 
        > (OpenSSL-0.9.1c using VC++)? Or do I try to get Perl to play 
        > nice with the new version? Any tips or workarounds here? 
        > Anybody successfully using Net::SSLeay with 0.9.3a? Sorry if 
        > this is drifting off topic here.
        > 
        > [...]
        > 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           
> [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to