# Author: zhxia
Patch php-fpm
Sudo tar jxvf php-5.2.14.tar.bz2
Sudo patch-d php-5.2.14-p1 <php-5.2.14-fpm-0.5.14.diff
Compile php
Cd php-5.2.14/
Sudo. /configure -- prefix =/usr/local/php-5.2.14 -- with-mcrypt -- with-gettext -- with-mysql -- with-gd -- with-jpeg-dir -- with-png-dir -- with-ttf -- with-curl -- with-freetype-dir -- enable-gd-native-ttf -- enable-mbstring -- enable-sockets -- with-png-dir -- with-pdo- mysql -- enable-fpm -- enable-fastcgi -- with-zlib -- with-fpm-conf =/etc/fpm-php.conf
Compile memcached Extension
Wget http://pecl.php.net/get/memcache-2.2.5.tgz
Tar-xvf memcache-2.2.5.tgz
Cd memcache-2.2.5/
/Usr/local/php-5.2.14/bin/phpize
./Configure -- with-php-config =/usr/local/php-5.2.14/bin/php-config
Sudo make
Sudo make install
Add the php. ini-dist cp in the source code to the/usr/local/php-5.2.14/lib directory, edit it, and add extension = memcache. so
==============================
Install the libevent library on the memcached server.
Install the libevent Library first
Sudo wget http://www.monkey.org /~ Provos/libevent-1.4.14b-stable.tar.gz
Sudo tar-gunzip libevent-1.4.14b-stable.tar.gz
Cd libevent-1.4.14b-stable
Sudo./configure -- prefix =/usr
Make
Make install
Install memcached
Sudo wget http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz
Sudo tar-gunzip memcached-1.4.5.tar.gz
Cd memcached-1.4.5
Sudo./configure -- prefix =/usr/local/memcache-1.4.5 -- with-libevent =/usr
Sudo make
Sudo make install
Start memcached
./Memcached-d-u nobody-m 512 127.0.0.1-p 11211
Connect to memcached
Telnet fig 11211