码迷,mamicode.com
首页 >  
搜索关键字:redhat openssl openssl升级    ( 8855个结果
编译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
v?n?c?服?务??安?装?与配置
一、Redhat上VNC Server配置本文以当前Linux系统未安装VNC服务器为基本,如果已安装请跳过第1节!前提:1.安装 TigerVNC Server# yum search tigervnc-server# yum install tigervnc-server.x86_64# vnc...
分类:其他好文   时间:2014-07-07 10:58:00    阅读次数:180
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
linux下关于ulimit
这里讨论的是redhat。linux是有文件句柄限制的,默认是1024,作为一台生产服务器,在linux下面部署应用的时候,很容易达到这个数量的限制,然后报错error:toomanyopenfiles,所以应当把这个值改大一些,在高负载情况下要设置为更高,但最高只能为65535。有人说这里默认的1024是..
分类:系统相关   时间:2014-07-02 16:09:41    阅读次数:270
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
linux下redis安装
我用的系统是:redhat[root@infa~]#wgethttp://download.redis.io/releases/redis-2.8.12.tar.gztarxzfredis-2.8.12.tar.gz[root@infa~]#tarxzfredis-2.8.12.tar.gz[roo...
分类:系统相关   时间:2014-07-02 14:32:48    阅读次数:271
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!