码迷,mamicode.com
首页 >  
搜索关键字:编译openssl    ( 79个结果
mac编译openssl扩展报错 openssl.c:44:10: fatal error: 'openssl/evp.h' file not found
解决办法 brew link openssl --force 然后 ./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config make sudo make install ...
分类:系统相关   时间:2016-05-05 00:30:50    阅读次数:563
VC环境下编译OpenSSL(仅仅是个示例,网上还有许多相关文章)
VC环境OpenSSL安装以及编程过程 SSL就是Secure Sockets Layer,是一种安全套接字协议,详情请参考链接中的介绍。 配置过程中需要生成一些mak文件,这些生成代码用perl脚本生成,所以要安装一个ActivePerl ActivePerl:http://www.actives ...
分类:其他好文   时间:2016-05-04 22:39:51    阅读次数:195
在Windows下编译OpenSSL(VS2005和VC6)
需要说明的是请一定安装openssl-0.9.8a 。 openssl-1.0.0我没有编译成功. 如何在Windows下编译OpenSSL (Vs2005使用Vc8的cl编译器)1、安装ActivePerl//初始化的时候,需要用到perl解释器2、使用VS2005下的Visual Studio ...
分类:Windows程序   时间:2016-05-04 22:34:10    阅读次数:295
error: zlib.h:no such file or directory
今天在编译openssl时,出现了error:zlib.h:nosuchfileordirectory去看了下出错的文件,里面这么一句#includec_zlib.c:25:19:fatalerror:zlib.h:Nosuchfileordirectory#include<zlib.h>zlib地址:http://www.zlib.net/zlib标准安装指导:/usr/local/src/zlib-1.2.8构建静..
分类:其他好文   时间:2016-04-27 07:10:57    阅读次数:1142
交叉编译openssl不修改Makefile的方法
openssl 下载 http://www.openssl.org/source/ tar -xvf openssl-1.0.1c.tar.gz cd openssl-1.0.1c/ CC=arm-linux-gcc ./config no-asm shared --prefix=/opt/toolchains/arm-jyxtec-linux-gnueabi/arm-jyxtec-li...
分类:其他好文   时间:2015-08-17 14:12:59    阅读次数:183
windows curl ssl版本编译
编译curl-ssl版本碰到很多坑,这里记录一下。亲手测试,注意版本号!!!!! 1.下载  curl-7.43.0  libssh2-1.3.0  openssl-1.0.0s   ActivePerl5   zlib  nasm 2.  编译openssl,在编译的时候可以参考这边文章http://www.oschina.net/question/54100_138557 编译环境 vs...
分类:Windows程序   时间:2015-07-07 17:10:44    阅读次数:194
[工作积累] android 中添加libssl和libcurl
1. libsslhttps://github.com/guardianproject/openssl-android然后执行ndk-build2.libcurl源代码组织结构, 下面的makefile要依赖这个结构. 因为curl依赖openssl, 所以需要先编译openssl:src/open...
分类:移动开发   时间:2015-06-25 19:10:11    阅读次数:138
windows & gcc & mingw & mysy 编译 openssl
今天有一个项目需要使用到 https, 以前一直用的都是http请求, 用 socket() 实现 https 请求我还真是头一回遇到。先网上搜索了一下相关资料,明白了 https 相比较 http 就是多了一个认证,发送与接收的数据都是经过加密的,不能是明文。然后说下载个openssl,用这个能实...
分类:Windows程序   时间:2015-06-18 09:26:10    阅读次数:292
wpa_supplicant2.2 移植
一、编译openssl 1、运行 ./Configure no-asm linux-armv4 shared  --prefix=/home/a_tu/demo/new_cross/openssl/ 2、修改Makefile CC= arm-linux-gnueabihf-gcc AR= arm-linux-gnueabihf-ar $(ARFLAGS) r RANLIB= arm-l...
分类:其他好文   时间:2015-06-05 15:53:41    阅读次数:367
ios 编译openssl支持arm64(转)
最近在编译支付宝 快捷支付(无线) ios 端的时候发现demo不支持arm64。在网上找了下,看到客服说是openssl的库文件不支持arm64,于是自己编译了支持arm64的库文件,发现还是不行,提示原来淘宝的库文件也不支持。问他们客服,缺迟迟不给出解决方案,到后面居然连话都不回了。。以上都是题...
分类:移动开发   时间:2015-05-28 15:58:03    阅读次数:270
79条   上一页 1 ... 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!