火曜日, 3 月 09th, 2010 | Author: djodjo

memcachedを構築する手順。
CentOS5へ導入

特につまるところはなかったかな。

1.libeventのインストール
wget http://www.monkey.org/~provos/libevent-1.4.10-stable.tar.gz
tar -vxzf libevent-1.4.10-stable.tar.gz
cd libevent-1.4.10-stabl
./configure
make
make install

2.memcachedのインストール
wget http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz
cd memcached-1.4.4
./configure
make
make install

3.起動方法
daemonモード
memcached -p 11211 -m 64m -u ユーザ名 -d

Category: 未分類
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a Reply