windows下openssl编译
昨晚,在编译rabbitmq-c时,使用cmake生成vs项目文件时遇到下列错误:
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR) (Required is at least version "0.9.8")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.6/Modules/FindOpenSSL.cmake:380 (find_package_handle_standard_args)
CMakeLists.txt:273 (find_package)
经查,需要源码安装openssl以及需要相关头文件(为了简单起见,用过直接下载二进制版,不行)。故下载openssl 0.9.8g进行编译。
首先确保安装ActivePerl。
1、perl Configure VC-WIN32 no-asm
必须指定no-asm,不然后边很多编译会报错,指定--prefix=E:\openssl可以安装到相应的目录。
2、ms\do_nasm.bat
ms子目录下生成nt.make和ntdll.make文件,由于指定了no-asm,所以在这里必须是do_nasm而不是do_ms。
3、nmake -f ms\ntdll.mak
4、nmake -f ms\ntdll.mak install #安装到prefix指定的目录
Microsoft (R) 程序维护实用工具 11.00.50727.1 版
版权所有 (C) Microsoft Corporation。保留所有权利。
Building OpenSSL
perl util/mkdir-p.pl E:\openssl
perl util/mkdir-p.pl E:\openssl\bin
created directory `E:/openssl/bin'
perl util/mkdir-p.pl E:\openssl\include
created directory `E:/openssl/include'
perl util/mkdir-p.pl E:\openssl\include\openssl
created directory `E:/openssl/include/openssl'
perl util/mkdir-p.pl E:\openssl\lib
created directory `E:/openssl/lib'
perl util/copy.pl inc32\openssl\*.[ch] E:\openssl\include\openssl
Copying: inc32/openssl/aes.h to E:/openssl/include/openssl/aes.h
Copying: inc32/openssl/applink.c to E:/openssl/include/openssl/applink.c
Copying: inc32/openssl/asn1.h to E:/openssl/include/openssl/asn1.h
Copying: inc32/openssl/asn1_mac.h to E:/openssl/include/openssl/asn1_mac.h
Copying: inc32/openssl/asn1t.h to E:/openssl/include/openssl/asn1t.h
Copying: inc32/openssl/bio.h to E:/openssl/include/openssl/bio.h
Copying: inc32/openssl/blowfish.h to E:/openssl/include/openssl/blowfish.h
Copying: inc32/openssl/bn.h to E:/openssl/include/openssl/bn.h
Copying: inc32/openssl/buffer.h to E:/openssl/include/openssl/buffer.h
Copying: inc32/openssl/cast.h to E:/openssl/include/openssl/cast.h
Copying: inc32/openssl/comp.h to E:/openssl/include/openssl/comp.h
Copying: inc32/openssl/conf.h to E:/openssl/include/openssl/conf.h
Copying: inc32/openssl/conf_api.h to E:/openssl/include/openssl/conf_api.h
Copying: inc32/openssl/crypto.h to E:/openssl/include/openssl/crypto.h
Copying: inc32/openssl/des.h to E:/openssl/include/openssl/des.h
Copying: inc32/openssl/des_old.h to E:/openssl/include/openssl/des_old.h
Copying: inc32/openssl/dh.h to E:/openssl/include/openssl/dh.h
Copying: inc32/openssl/dsa.h to E:/openssl/include/openssl/dsa.h
Copying: inc32/openssl/dso.h to E:/openssl/include/openssl/dso.h
Copying: inc32/openssl/dtls1.h to E:/openssl/include/openssl/dtls1.h
Copying: inc32/openssl/e_os2.h to E:/openssl/include/openssl/e_os2.h
Copying: inc32/openssl/ebcdic.h to E:/openssl/include/openssl/ebcdic.h
Copying: inc32/openssl/ec.h to E:/openssl/include/openssl/ec.h
Copying: inc32/openssl/ecdh.h to E:/openssl/include/openssl/ecdh.h
Copying: inc32/openssl/ecdsa.h to E:/openssl/include/openssl/ecdsa.h
Copying: inc32/openssl/engine.h to E:/openssl/include/openssl/engine.h
Copying: inc32/openssl/err.h to E:/openssl/include/openssl/err.h
Copying: inc32/openssl/evp.h to E:/openssl/include/openssl/evp.h
Copying: inc32/openssl/hmac.h to E:/openssl/include/openssl/hmac.h
Copying: inc32/openssl/idea.h to E:/openssl/include/openssl/idea.h
Copying: inc32/openssl/krb5_asn.h to E:/openssl/include/openssl/krb5_asn.h
Copying: inc32/openssl/kssl.h to E:/openssl/include/openssl/kssl.h
Copying: inc32/openssl/lhash.h to E:/openssl/include/openssl/lhash.h
Copying: inc32/openssl/md2.h to E:/openssl/include/openssl/md2.h
Copying: inc32/openssl/md4.h to E:/openssl/include/openssl/md4.h
Copying: inc32/openssl/md5.h to E:/openssl/include/openssl/md5.h
Copying: inc32/openssl/obj_mac.h to E:/openssl/include/openssl/obj_mac.h
Copying: inc32/openssl/objects.h to E:/openssl/include/openssl/objects.h
Copying: inc32/openssl/ocsp.h to E:/openssl/include/openssl/ocsp.h
Copying: inc32/openssl/opensslconf.h to E:/openssl/include/openssl/opensslconf.h
Copying: inc32/openssl/opensslv.h to E:/openssl/include/openssl/opensslv.h
Copying: inc32/openssl/ossl_typ.h to E:/openssl/include/openssl/ossl_typ.h
Copying: inc32/openssl/pem.h to E:/openssl/include/openssl/pem.h
Copying: inc32/openssl/pem2.h to E:/openssl/include/openssl/pem2.h
Copying: inc32/openssl/pkcs12.h to E:/openssl/include/openssl/pkcs12.h
Copying: inc32/openssl/pkcs7.h to E:/openssl/include/openssl/pkcs7.h
Copying: inc32/openssl/pq_compat.h to E:/openssl/include/openssl/pq_compat.h
Copying: inc32/openssl/pqueue.h to E:/openssl/include/openssl/pqueue.h
Copying: inc32/openssl/rand.h to E:/openssl/include/openssl/rand.h
Copying: inc32/openssl/rc2.h to E:/openssl/include/openssl/rc2.h
Copying: inc32/openssl/rc4.h to E:/openssl/include/openssl/rc4.h
Copying: inc32/openssl/ripemd.h to E:/openssl/include/openssl/ripemd.h
Copying: inc32/openssl/rsa.h to E:/openssl/include/openssl/rsa.h
Copying: inc32/openssl/safestack.h to E:/openssl/include/openssl/safestack.h
Copying: inc32/openssl/sha.h to E:/openssl/include/openssl/sha.h
Copying: inc32/openssl/ssl.h to E:/openssl/include/openssl/ssl.h
Copying: inc32/openssl/ssl2.h to E:/openssl/include/openssl/ssl2.h
Copying: inc32/openssl/ssl23.h to E:/openssl/include/openssl/ssl23.h
Copying: inc32/openssl/ssl3.h to E:/openssl/include/openssl/ssl3.h
Copying: inc32/openssl/stack.h to E:/openssl/include/openssl/stack.h
Copying: inc32/openssl/store.h to E:/openssl/include/openssl/store.h
Copying: inc32/openssl/symhacks.h to E:/openssl/include/openssl/symhacks.h
Copying: inc32/openssl/tls1.h to E:/openssl/include/openssl/tls1.h
Copying: inc32/openssl/tmdiff.h to E:/openssl/include/openssl/tmdiff.h
Copying: inc32/openssl/txt_db.h to E:/openssl/include/openssl/txt_db.h
Copying: inc32/openssl/ui.h to E:/openssl/include/openssl/ui.h
Copying: inc32/openssl/ui_compat.h to E:/openssl/include/openssl/ui_compat.h
Copying: inc32/openssl/x509.h to E:/openssl/include/openssl/x509.h
Copying: inc32/openssl/x509_vfy.h to E:/openssl/include/openssl/x509_vfy.h
Copying: inc32/openssl/x509v3.h to E:/openssl/include/openssl/x509v3.h
perl util/copy.pl out32dll\openssl.exe E:\openssl\bin
Copying: out32dll/openssl.exe to E:/openssl/bin/openssl.exe
perl util/copy.pl apps\openssl.cnf E:\openssl
Copying: apps/openssl.cnf to E:/openssl/openssl.cnf
perl util/copy.pl out32dll\ssleay32.dll E:\openssl\bin
Copying: out32dll/ssleay32.dll to E:/openssl/bin/ssleay32.dll
perl util/copy.pl out32dll\libeay32.dll E:\openssl\bin
Copying: out32dll/libeay32.dll to E:/openssl/bin/libeay32.dll
perl util/copy.pl out32dll\ssleay32.lib E:\openssl\lib
Copying: out32dll/ssleay32.lib to E:/openssl/lib/ssleay32.lib
perl util/copy.pl out32dll\libeay32.lib E:\openssl\lib
Copying: out32dll/libeay32.lib to E:/openssl/lib/libeay32.lib
生成的动态和静态库名为:libeay32.dll,libeay32.lib,ssleay32.dll,ssleay32.lib,以及openssl.exe。
相关错误:
第三步如果报:
.\crypto\cversion.c(105) : error C2220: 警告被视为错误 - 没有生成“object”文件
.\crypto\cversion.c(105) : warning C4129: “o”: 不可识别的字符转义序列
NMAKE : fatal error U1077: “"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\cl.EXE"”: 返回代码“0x2”
Stop.
则打开ms\ntdll.mak文件,将其中的/WX去掉,如下:
如果报:
f:\Microsoft Visual Studio 10.0\VC\INCLUDE\errno.h(92) : error C2220: warning treated as error - no 'object' file generated
f:\Microsoft Visual Studio 10.0\VC\INCLUDE\errno.h(92) : warning C4005: 'EADDRINUSE' : macro redefinition
tmp32dll\e_os.h(153) : see previous definition of 'EADDRINUSE'
NMAKE : fatal error U1077: '"f:\Microsoft Visual Studio 10.0\VC\BIN\cl.EXE"' : return code '0x2' Stop.
则:.打开errno.h文件,找到第92行,注释掉#define EADDRINUSE 100
如果报'nmake' 不是内部或外部命令,也不是可运行的程序或批处理文件,则使用VS自带的cmd,如下:
参考:
http://blog.csdn.net/eclipser1987/article/details/17588041
http://www.cnblogs.com/yidev/p/6373283.html
http://blog.163.com/lvan100@yeah/blog/static/68117214201332761143157/
http://shikezhi.com/html/2016/windows_0608/1140879.html
http://blog.csdn.net/pony_maggie/article/details/8588888
http://www.cnblogs.com/yidev/p/6373283.html
https://www.openssl.org/source/old/0.9.x/
http://blog.csdn.net/lg1259156776/article/details/52529704
至于其他的很多,纯属瞎扯淡。
windows下openssl编译的更多相关文章
- windows下rabbitmq-c编译(带openssl、无需MinGW)
因为项目原因,需要使用到rabbitmq的c客户端库.首先,参见上一篇windows下openssl编译,如果已经使用cmake编译过了,则先delete cache(File-Delete Cach ...
- Windows下openssl的下载安装和使用
Windows下openssl的下载安装和使用 安装openssl有两种方式,第一种直接下载安装包,装上就可运行:第二种可以自己下载源码,自己编译.下面对两种方式均进行详细描述. 一.下载和安装ope ...
- 原创 C++应用程序在Windows下的编译、链接:第一部分 概述
本文是对C++应用程序在Windows下的编译.链接的深入理解和分析,文章的目录如下: 我们先看第一章概述部分. 1概述 1.1编译工具简介 cl.exe是windows平台下的编译器,link.ex ...
- 【FFmpeg】Windows下FFmpeg编译
由于FFmpeg是基于Linux开发的开源项目,源代码和Windows下最常见的Visual Studio提供的C/C++编译器不兼容,因此它不能使用MSVC++编译,需要在Windows下配置一个类 ...
- C++应用程序在Windows下的编译、链接(一)概述
C++应用程序在Windows下的编译.链接(一)概述 本文是对C++应用程序在Windows下的编译.链接的深入理解和分析,文章的目录如下: 我们先看第一章概述部分. 1概述 1.1编译工具简介 c ...
- ACE在windows下的编译及配置(VS2010)
ACE在windows下的编译及配置(VS2010) 分类: -[小西南]- 2013-08-06 16:17 2354人阅读 评论( ...
- [转]QGis2.9在windows下的编译以及二次开发包下载
今天心血来潮,将QGis在github上的代码更新后,又编译了一下.留意到源代码包里面的INSTALL文件有更新,于是本次编译完全基于官方的编译说明.编译过程非常顺利,除了在CMake的第一次conf ...
- Windows下PythonQt编译(vs2015+Qt5.11.2+PythonQt 3.2)
后记: 由于自己low,没有下载罪行的python3.2导致编译上遇到种种问题,后文可以参考,建议看: <Windows7 VS2015 下编译 PythonQt3.2> https:// ...
- Windows下PythonQt编译(vs2015+Qt5.11.2+PythonQt 3.2)探索
时间:2018年10月20日 笔者最近在做Qt方面的开发工作,需用到脚本程序对程序内部进行扩展,就很自然的想到了PythonQt,下面介绍PythonQt在Windows下的的安装编译心得,水平有限, ...
随机推荐
- Solutions_issues in pip
pip fails ssl verification Solution: $ python -m pip <command> --trusted-host files.pythonhost ...
- vue--postcss插件
vue-loader里的postcss插件会帮你抹平浏览器兼容的写法
- Kotlin provideDelegate
提供委托 这又是一个蛋疼的叫法,其实,就是给A和委托B之间插入一个中间件而已 这个中件间的作用是用了对委托的参数做一个校验 好了,别的不多说,直接给demo import kotlin.reflect ...
- Selenium基础知识(七)弹出框处理
使用switch_to.alert方法来处理弹页面弹出的警告框 页面常见警告框种类:alert/confirm 确认框/prompt switch_to.alert().accept() switch ...
- java随机排座位
//打乱学生顺序 Collections.shuffle(); 容我记个单词 peer: vi.凝视; 盯着看; 隐退,若隐若现; 同等,比得上;n.同辈,同等的人; 贵族; 同伴,伙伴;adj.贵族 ...
- WIN32窗口类风格和窗口风格(备查询)
一.WNDCLASS typedef struct { UINT cbSize //这个结构体的长度,一般用sizeof(WNDCLASSEX)设置 UINT style //窗口式样 WNDPROC ...
- html5-微格式-时间的格式
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8&qu ...
- kali 创建快捷方式的方法
Kali应用程序快捷方式分析 kali默认使用Gnome桌面环境,所以给kali添加应用程序快捷方式就是给Gnome添加应用快捷方式. 在/usr/share/applications目录下有很多的. ...
- flask上下文全局变量,程序上下文、请求上下文、上下文钩子
Flask上下文 Flask中有两种上下文,程序上下文(application context)和请求上下文(request context) 当客户端发来请求时,请求上下文就登场了.请求上下文里包含 ...
- mongodb可视化工具 studio3t robo3T 下载安装使用介绍
mongodb可视化工具 studio3t robo3T 下载安装使用介绍 下载地址: https://studio3t.com/download robo3T