Chinaunix首页 | 论坛 | 博客
  • 博客访问: 693356
  • 博文数量: 143
  • 博客积分: 1554
  • 博客等级: 上尉
  • 技术积分: 1767
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-10 11:50
文章分类

全部博文(143)

文章存档

2017年(2)

2016年(5)

2015年(16)

2014年(25)

2013年(27)

2012年(16)

2011年(52)

分类: LINUX

2011-06-30 19:24:11

memcached安装与配置
 
1.安装libevent
#tar zxvf libevent-1.4.9-stable.tar.gz
#cd libevent-1.4.9-stable
#./configure --prefix=/opt/app/libevent
#make; make install
2.安装Memcached
#tar zxvf memcached-1.2.6.tar.gz
#cd memcached-1.2.6
#./configure --prefix=/opt/app/memcache
#make; make install
3.运行memcached
/opt/app/memcached/bin/memcached -p 11211 -d -u nobody -c 1024 -m 1024
阅读(1069) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~