码迷,mamicode.com
首页 >  
搜索关键字:openssl pfx p12 c    ( 4547个结果
bind9+mysql dlz(Dynamically Loadable Zones)
yum install openssl openssl-develgroupadd mysqluseradd -g mysql -s /sbin/nologin -M mysqlchown -R mysql:mysql /usr/local/mysql./configure --prefix=/us...
分类:数据库   时间:2014-11-19 18:25:42    阅读次数:192
基于Nginx的Rtmp流媒体服务器环境搭建
一、编译安装wget http://nginx.org/download/nginx-1.4.2.tar.gzwget https://github.com/arut/nginx-rtmp-module/archive/master.zip安装Nginx需要安装 pcre、openssl库CentO...
分类:其他好文   时间:2014-11-19 17:54:30    阅读次数:276
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library
ubuntu安装nginx时提示error: the HTTP rewrite module requires the PCRE library 需要安装pcre包。 sudo apt-get update sudo apt-get install libpcre3 libpcre3-dev 你可能还需要安装 sudo apt-get install openssl libssl...
分类:Web程序   时间:2014-11-19 12:43:59    阅读次数:180
解决Cocos2d-x3.0、3.1 "_opendir$INODE64"symbol(s) not found错误
升级系统和XCode后,在IOS8上编译之前的项目会报如下错误: Undefined symbols for architecture x86_64: "_opendir$INODE64", referenced from: _OPENSSL_DIR_read in libcocos2dx iOS.a(o_dir.o) "_readdir$INODE64", referenc...
分类:其他好文   时间:2014-11-19 12:42:26    阅读次数:208
tengine2+mysql-5.6+php5.5 Linux 服务器环境架构
升级所需要的库sudo -sLANG=Cyum install -y wget gcc gcc-c++ openssl* curl curl-devel libxml2 libxml2-devel glibc glibc-devel glib2 glib2-devel gd gd2 gd-devel...
分类:数据库   时间:2014-11-19 07:09:58    阅读次数:285
nginx使用ssl模块配置HTTPS支持
默认情况下ssl模块并未被安装,如果要使用该模块则需要在编译时指定–with-http_ssl_module参数,安装模块依赖于OpenSSL库和一些引用文件,通常这些文件并不在同一个软件包中。通常这个文件名类似libssl-dev。生成证书可以通过以下步骤生成一个简单的证书:首先,进入你想创建证书...
分类:Web程序   时间:2014-11-19 00:12:15    阅读次数:211
centOS6 php 编译 imap 模块
php 编译 c-client imap 客户端.下载地址 http://www.washington.edu/imap/mirrors.html 第一步,编译 c-client 官方文档说到底有点坑,编译报错 “错误:x509v3.h:没有那个文件或目录”,搜了下论坛,使用下面的命令编译通过  make slx SSLINCLUDE=/usr/include/openssl/   EX...
分类:Web程序   时间:2014-11-17 22:54:12    阅读次数:197
ssh升级以及ssh: symbol lookup error: ssh: undefined symbol: EVP_aes_128_ctr错误处理
1、解压安装openssl包:(不能卸载openssl,否则会影响系统的ssl加密库文件,除非你可以做两个软连接libcryto和libssl)# tar -zxvf openssl-1.0.1.tar.gz# cd openssl-1.0.1#./config -fPIC threads shar...
分类:其他好文   时间:2014-11-17 13:52:57    阅读次数:10606
SSL和SSH和OpenSSH,OpenSSL有什么区别
ssl是通讯链路的附加层。可以包含很多协议。https, ftps, .....ssh只是加密的shell,最初是用来替代telnet的。通过port forward,也可以让其他协议通过ssh的隧道而起到加密的效果。SSL是一种国际标准的加密及身份认证通信协议,您用的浏览器就支持此协议。SSL(S...
分类:其他好文   时间:2014-11-17 12:11:19    阅读次数:195
解决 Package test is missing dependencies for the following libraries: libcrypto.so.1.0.0
根据项目要求需要用到openssl这个库,看了看编译环境幸好本身就集成了该库。但在编译openssl的功能时,碰到缺少类库的错误。 Package test is missing dependencies for the following libraries: libcrypto.so....
分类:Windows程序   时间:2014-11-15 14:08:30    阅读次数:367
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!