[ djolesremac @ 21.07.2006. 07:46 ] @
Da li neko moze da mi pomogne da instaliram openssl biblioteku? Danima pokusavam da se snadjem ali nikako da uspem... |
[ djolesremac @ 21.07.2006. 07:46 ] @
[ Marcony @ 21.07.2006. 08:11 ] @
Reci u cemu je problem...
[ djolesremac @ 21.07.2006. 08:20 ] @
Potrebna mi je openssl biblioteka jer delic koda koji ja koristim koristi neke funkcije iz te biblioteke.
Skinuo sam openssl, i poceo da postupam po upustvu. Prvo je potreban ActivePerl. Skinuo sam ga i instalirao. A posle toga je iskrsnuo problem. Evo deo upustva koji mi nije jasan: "Visual C++ ---------- If you want to compile in the assembly language routines with Visual C++ then you will need an assembler. This is worth doing because it will result in faster code: for example it will typically result in a 2 times speedup in the RSA routines. Currently the following assemblers are supported: * Microsoft MASM (aka "ml") * Free Netwide Assembler NASM. MASM is distributed with most versions of VC++. For the versions where it is not included in VC++, it is also distributed with some Microsoft DDKs, for example the Windows NT 4.0 DDK and the Windows 98 DDK. If you do not have either of these DDKs then you can just download the binaries for the Windows 98 DDK and extract and rename the two files XXXXXml.exe and XXXXXml.err, to ml.exe and ml.err and install somewhere on your PATH. Both DDKs can be downloaded from the Microsoft developers site www.msdn.com. NASM is freely available. Version 0.98 was used during testing: other versions may also work. It is available from many places, see for example: http://www.kernel.org/pub/software/devel/nasm/binaries/win32/ The NASM binary nasmw.exe needs to be installed anywhere on your PATH. Firstly you should run Configure: > perl Configure VC-WIN32 --prefix=c:/some/openssl/dir Where the prefix argument specifies where OpenSSL will be installed to. Next you need to build the Makefiles and optionally the assembly language files: - If you are using MASM then run: > ms\do_masm - If you are using NASM then run: > ms\do_nasm - If you don't want to use the assembly language files at all then run: > ms\do_ms ............................." itd. Copyright (C) 2001-2025 by www.elitesecurity.org. All rights reserved.
|