Цитата:
kvv213:
Инструкцию Net_SSLeay посмотрел, так что-то про это ничего не написано, куда складывать.....
Заранее спасибо.
|
В инструкции очень подробно написано, что НАДО компилировать :
OpenSSL:
--------
- Build OpenSSL as described in the instructions. I did:
unpack OpenSSL to <yourOpenSslDir>
cd <yourOpenSslDir>
perl Configure VC-WIN32
ms\do_masm.bat (If you have an assembler, use do_ms.bat otherwise)
nmake -f ms\ntdll.mak (If you have an assembler,
use ms\ntNoAsmDll.mak otherwise)
cd out32dll (thats where the compiled files are)
..\ms\test
- Copy the two OpenSSL dll's from <yourOpenSslDir>\Out32dll to
<WINDIR>/system32
The OpenSSL includes will be in <yourOpenSslDir>\inc32.
The OpenSSL libs and exe's will be in <yourOpenSslDir>\out32dll
Net::SSLeay:
------------
perl Makefile.pl -windows <yourOpenSslDir>
nmake
nmake test
nmake install
Тебе нужен "nmake" (входит в VC6), иначе ничего работать не будет.