码迷,mamicode.com
首页 >  
搜索关键字:openssl    ( 3999个结果
编译ios版本的librtmp+openssl
http://blog.csdn.net/cjj198561/article/details/28955461编译librtmp需要先编译openssl,因为librtmp依赖openssl首先编译openssl:把以下内容保存为shell脚本:#!/bin/shVERSION="1.0.1h" #...
分类:移动开发   时间:2014-07-07 12:38:30    阅读次数:266
php开启ssl的方法
当访问启用SSL资源的时候,会出现\"did you forget to enable it when you configured PHP\"错误提示,从提示我们可以看出肯定是php.ini中没有配置好SSL模块。打开php.ini找到extension=php_openssl.dll,取消注释在...
分类:Web程序   时间:2014-07-03 23:03:36    阅读次数:322
php curl ssl
//设置PEM证书,pfx证书转pem方法:openssl pkcs12 -in 2000000501.pfx -out 2000000501.pem$cacert = ROOT_DIR."config/paykey/weixinss.pem";$ch = curl_init();curl_set....
分类:Web程序   时间:2014-07-03 21:19:52    阅读次数:210
openssl交叉编译记录
本次任务是要完成嵌入式Linux下对openssl程序的支持。     我的开发环境:ARM9开发板 和 嵌入式Linux操作系统。装有Linux系统(我的是ubuntu9.04)的PC机一台。串口和串口连接线。串口调试软件:minicom。交叉编译工具:arm-unknown-linux-gnu-gcc     下载最新版本的openssl-1.0.0:     http://www.op...
分类:其他好文   时间:2014-07-02 16:29:04    阅读次数:290
Windows7 配置 Apache + PHP + MySQL
本文引用别处。1:相关软件下载:Apache HTTP Server 版本:(httpd-2.2.25-win32-x86-openssl-0.9.8y)PHP 版本:(php-5.4.24-Win32-VC9-x86)MySQL Community S...
分类:数据库   时间:2014-07-02 15:09:52    阅读次数:339
nagios_kehu.sh
####yuminstall##yuminstallgccgcc-c++openssl*ntpperl-ExtUtils-CBuilderperl-ExtUtils-MakeMaker-yecho‘exportLC_ALL=C‘>>/etc/profiletail-1/etc/profilesource/etc/profile/usr/sbin/ntpdatepool.ntp.org####installnagios###/usr/sbin/addusernagios-M-s/sbin/nolog..
分类:移动开发   时间:2014-07-02 11:31:30    阅读次数:191
CentOS 6.5中配置RabbitMQ
先配置erlang依赖环境yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel安装erlang 16B03rpm --import http://binaries.erlang-solutions.co...
分类:其他好文   时间:2014-07-02 10:32:45    阅读次数:240
[CentOS]如何解决gcc版本冲突?
今天碰到一个比较坑爹的问题,在centos上用yum安装编译环境,运行: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel 结果导致编译cocos2d-x出现错误: cc1plus: error: unrecognized command line option "-std=c++11"...
分类:其他好文   时间:2014-07-02 08:23:01    阅读次数:290
如何建立一个bower私库
本教程适用于centos 安装之前 检查nodejs 如果没安装nodejs按照以下步骤安装 $ su - $ yum install openssl-devel $ cd /usr/local/src $ wget http://nodejs.org/dist/v0.10.29/node-v0.10.29.tar.gz $ tar zxvf node-v0.10.29.tar.gz...
分类:其他好文   时间:2014-07-01 08:36:47    阅读次数:530
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!