mongo-connector安装: 1. yum -y install openssl* 2.编译安装python3 下载地址:https://www.python.org/ftp/python/ (在安装结尾出可以看到pip3已经被安装的提示,如果提示require TLS/SSL,说明没有安装 ...
分类:
数据库 时间:
2017-09-28 22:27:13
阅读次数:
276
编译与安装 OpenSSL prefix 是安装目录,openssldir 是配置文件目录,另外建议安装两次,shared 作用是生成动态连接库。linux版的OpenSSL下载地址为:https://www.openssl.org/source/,我所使用的是openssl-1.1.0f.tar. ...
分类:
其他好文 时间:
2017-07-31 18:56:09
阅读次数:
179
1. 概述 当前爆出了Openssl漏洞,会泄露隐私信息,涉及的机器较多,环境迥异,导致修复方案都有所不同。不少服务器使用的Nginx,是静态编译opensssl,直接将openssl编译到nginx里面去了,这就意味着,单纯升级openssl是没有任何效果,Nginx不会加载外部的openssl动 ...
分类:
其他好文 时间:
2017-05-10 15:40:30
阅读次数:
144
环境:CentOS release 6.8 (Final) 步骤: 1、安装Dropbear代替OpenSSH (不影响升级,安全起见) 2、升级zlib 3、更新pam的rpm包 4、编译安装openssl 5、编译安装openssh 6、验证版本 准备相关的包 openssh下载地址:http: ...
分类:
其他好文 时间:
2017-04-26 13:02:50
阅读次数:
4375
因为项目原因,需要使用到rabbitmq的c客户端库。首先,参见上一篇windows下openssl编译,如果已经使用cmake编译过了,则先delete cache(File-Delete Cache),否则原来的cmake缓存都在了,将仍然会出现原来的错误。 依次点击configire、gene ...
昨晚,在编译rabbitmq-c时,使用cmake生成vs项目文件时遇到下列错误: CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/FindPackageHandleStandardArgs.cmake:148 (messa ...
openssl编译后,会生成bin,include,lib文件夹; 写了一个简单的例子:#include <openssl/md5.h> 死活编译不过,提示:undefined struct evp_md_ctx_st。 转到ossl_type.h看,发现typedef struct evp_md_ ...
分类:
其他好文 时间:
2017-01-07 13:11:21
阅读次数:
323
编译环境操作系统: Red Hat Enterprise Linux Server release 5.4 64-bit编译工具: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)1. 下载zlib库地址:http://zlib.net/zlib-1.2.7.t... ...
分类:
系统相关 时间:
2016-10-24 20:05:12
阅读次数:
266
我的操作系统是CentOS 6.8。公司的svn服务器安装在windows系统中,并且使用 VisualSVN 对外提供https服务。 在centos 6.8上如果我使用yum 安装svn,那么根本没法访问公司的svn服务器,回报如下 的错误(可以使用命令 svn list https://xxx ...
分类:
其他好文 时间:
2016-09-13 16:07:45
阅读次数:
203
官网:http://www.openssl.org/ 得到源码: git clone https://github.com/openssl/openssl 一、用vc编译器编译: 1、下载nasm: http://www.nasm.us/ 2、下载perl: http://www.perl.org/ ...
分类:
其他好文 时间:
2016-06-29 06:42:04
阅读次数:
397