Compile php 5.2.14 + fpm + memcached

Source: Internet
Author: User

# 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

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.