>       From: [email protected] On Behalf Of customer_gmx
>       Sent: Monday, 13 April, 2009 20:58

>       i have winxp sp3 and vs2003,vs2005 and vs2008 and perl 5.8.8
installed.

>       downloaded openssl-0.9.8d.

That's almost two years old. It should build, but it doesn't include some 
security fixes you might want/need, as well as functional enhancements. 
But the newest 098 versions no longer support masm, you must use nasm 
(or no asm at all, I believe).

>       what I need is to build the openssl libs/dlls, but without making a
Dr. before.

I don't know what you mean by 'Dr.' here.

>       this is what I did (in the path of extracted package):

>       perl Configure VC-WIN32 ms\do_masn nmake -f ms\ntdll.mak
openssldir=c:/projects/openssl

Those should be SEPARATE commands:
  perl Configure VC-WIN32 --openssldir=path
THEN
  ms\do_masm
THEN
  nmake -f ms\ntdll.mak 
(and separately ms\nt.mak for static, if you want that also)


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to