Install memcache and open memcache extensions under Linux

Source: Internet
Author: User
Tags memcached

Memcache's job is to maintain a huge hash table in the memory of a dedicated machine to store some of the arrays and files that are often read and written, thus greatly improving the efficiency of the website and reducing the reading and writing pressure of the backend database. 
You need to install libevent support before installing memcached:
1. Installing Memcache

Or use the wget link address to getLibevent and Memcache
cd/home/Bluetar ZXVF memcached-1.4.5. tar.gz Tar zxvf libevent-1.4.14b-Stable.tar.gz# install LIBEVENTCD libevent-1.4.14b- stable./configure makemake install# install Memcachecd/home/blue/memcached-1.4.5./ Configure--prefix=/usr/local/src/memcached/memcached-1.4.5--with-libevent=/u sr/local/src/memcached/ Libevent-1.4.14bmake make install

#wget http://pecl.php.net/get/memcache-2.2.6.tgz

# tarzxf memcache-2.2.6.tgz
# cd php/bin/phpize

#/usr/local/php/bin/phpize

#./configure--with-php-config=/usr/local/php/bin/php-config --enable=memcache
# make
# make Install

Finally, add the following configuration information to the php.ini file

Extension_dir = "/usr/local/php/extensions/no-debug-non-zts-20060613/"
extension=memcache. So

Restart Apache

./apachectl Restart

Install memcache and open memcache extensions under Linux

Related Article

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.