Install and manage Memcache in Linux

Source: Internet
Author: User

Install and manage Memcache installation packages in Linux: 1. memcache package: memcached-1.4.0.tar.gz2. php extension package: memcache-2.2.5.tgz install memcache to/usr/local/lib directory: [plain] # version may be different, choose your own corresponding version sudo tar zxvf memcached-1.4.0.tar.gz cd memcached-1.4.0 www.2cto.com sudo. /configure -- prefix =/usr/local/web/lib/memcache -- with-libevent sudo make install manage memcache: [plain] # Start memcache cd/usr/local/web/lib/memcache/bin /. /memcached-d-m 1024-u root-l 127.0.0.1-p 11211-c 128-P/usr/local/web/lib/memcache/memcached. pid www.2cto.com # view memcache ps-ef | grep memcached # Stop memcache process sudo kill 21039 extension package installation [plain] # depending on your own php installation directory sudo tar xzvf memcache-2.2.5.tgz cd memcache-2.2.5 sudo/ usr/local/web/php.5.3.3/bin/phpize sudo. /configure -- enable-memcache -- with-php-config =/usr/local/web/php.5.3.3/bin/php-config -- with-zlib-dir sudo make www.2cto.com sudo make install modify php. INI file [plain] sudo vim/usr/local/web/php.5.3.3/lib/php. ini # Add extension = memcache. so sudo kill-USR2 'cat/usr/local/web/php.5.3.3/var/run/php-fpm.pid '# restart author initphp

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.