wget http://monkey.org/~provos/libevent-1.4.10-stable.tar.gz
tar xvzf libevent-1.4.10-stable.tar.gz
cd libevent-1.4.10-stable
./configure
make
make install
/etc/ld.so.conf に /usr/local/lib を追加
wget http://memcached.googlecode.com/files/memcached-1.2.8.tar.gz
tar xvzf memcached-1.2.8.tar.gz
cd memcached-1.2.8
./configure
make
make install
pecl install memcache
Installing ‘/usr/local/lib/php/extensions/no-debug-non-zts-20060613/memcache.so’
install ok: channel://pecl.php.net/memcache-2.2.5
configuration option “php_ini” is not set to php.ini location
You should add “extension=memcache.so” to php.in