openssl install

来源:互联网 发布:淘宝怎么联系在线客服 编辑:程序博客网 时间:2024/05/22 03:14

Firstly you should run Configure:

 > perl Configure VC-WIN32 --prefix=c:/some/openssl/dir

Can't open perl script "configure": No such file or directory

进入到E:/>cd /openssl-0.9.8i

打开vs2008命令提示

 Then from the VC++ environment at a prompt do:

 > nmake -f ms\ntdll.mak

找不到路径

把vs2008安装文件下的bin加入到环境变量的path

进入到E:/>cd /openssl-0.9.8i再执行

 If all is well it should compile and you will have some DLLs and executables
 in out32dll. If you want to try the tests then do:
 
 > nmake -f ms\ntdll.mak test


To install OpenSSL to the specified location do:

> nmake -f ms\ntdll.mak install