nginx 安装 (http://nginx.org)一、安装nginx时必须先安装相应的编译工具yum -y install gcc gcc-c++ autoconf automakeyum -y install zlib zlib-devel openssl openssl-devel pcre...
分类:
其他好文 时间:
2014-08-14 10:29:58
阅读次数:
222
LAMP平台编译安装apache解决依赖关系安装apr编译安装apr-util安装pcre-devel软件包。使用命令yuminstallpcre-devel-y编译安装httpd-2.4.9#tarxfhttpd-2.4.9.tar.bz2#cdhttpd-2.4.9#./configure--prefix=/usr/local/apache--sysconfdir=/etc/httpd2.4--enable-so--enable-ssl--e..
分类:
数据库 时间:
2014-08-14 03:52:38
阅读次数:
400
Nginx1.高性能的HTTPServer,支持高达20000并发访问2.反向代理服务器,给网站加速3.做为前端一个负载均衡器========================================================一、准备工作#servicehttpdstop#chkconfighttpdoff所需的软件:开发库,openssl-devel二、部署Nginx1.pcre:支..
分类:
其他好文 时间:
2014-08-13 03:47:46
阅读次数:
217
LAMP环境配置安装注意安装步骤及说明事项。(一) 安装gcc gcc glibc-devel glibc-headers kernel-headers libgomp gcc-c++ libstdc++-devel(二) 安装zlib压缩库zlib-1.2.5.tar.gzshell> cd /h...
分类:
其他好文 时间:
2014-08-13 00:41:04
阅读次数:
314
1,安装 for centos/ReaHat;yum -y install sqlite sqlite-devel;2,sqlite C/C++API接口,核心对象OCI接口(Oracle Call Interface)2_1,核心对象:database_connection和prepared_st...
分类:
数据库 时间:
2014-08-12 18:38:24
阅读次数:
336
Package安装检查
yum -y install binutils compat-libstdc++-33 elfutils-libelf elfutils-libelf-devel glibc glibc-common glibc-devel gcc gcc-c++ libaio-devel libaio libgcc libstdc++ libstdc++-devel make sys...
分类:
数据库 时间:
2014-08-12 17:24:54
阅读次数:
311
1.上传mysql-5.5.21.tar.gz和cmake-2.8.3.tar.gz到/usr/local文件夹下。2.CentOS安装g++和ncurses-devel[root@localhost local]# yum -yinstall gcc-c++[root@localhost loca...
分类:
数据库 时间:
2014-08-12 16:13:24
阅读次数:
256
用amoeba配合mysql主从构建mysql读写分离1mysql主从配置mysqlmaster192.168.11.177mysqlslave192.168.11.178amoeba主机192.168.11.179俩台虚拟机上yuminstallmysqlmysql-serevrmysql-devel(没有用,防止以后用)/etc/init.d/mysqldstartmysqladmin-urootpassword‘123456‘chkconf..
分类:
数据库 时间:
2014-08-11 18:09:13
阅读次数:
293
ncurses是字符终端下屏幕控制的基本库,在编译grub时出现如下错误:
/usr/bin/ld:can not find -lncurses
collect2: ld returned 1 exit status
.
首先安装ncurses。
Fedora:
yum install ncurses-devel
Ubantu:
apt-get install libncu...
分类:
其他好文 时间:
2014-08-11 17:48:02
阅读次数:
158
1、由于memcached是基于libevent的,因此需要安装libevent,libevent-devel方法一:#yum install libevent libevent-devel -y(一键安装的形式)方法二:1> tarzxvflibevent-2.0.17-stable.tar.gz...
分类:
其他好文 时间:
2014-08-11 14:21:22
阅读次数:
209