码迷,mamicode.com
首页 > 系统相关 > 详细

Memcache 在Linux上的安装

时间:2019-01-13 15:03:15      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:with   lib   memcached   tar.gz   efi   tps   oca   http   usr   

1、安装libevent

  wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz

  tar -zxvf libevent-2.1.8-stable.tar.gz

  cd libevent-2.1.8-stable

  ./configure --prefix=/usr/local/libevent

  make && make install

2、安装memcached

  wget http://www.memcached.org/files/memcached-1.4.35.tar.gz

  tar -zxvf memcached-1.4.35.tar.gz

  cd memcached-1.4.35

  ./configure --prefix=/usr/local/memcached --with-libevent=/usr/local/libevent 

  make && make install

    技术分享图片

      技术分享图片

 

 

  

  

Memcache 在Linux上的安装

标签:with   lib   memcached   tar.gz   efi   tps   oca   http   usr   

原文地址:https://www.cnblogs.com/yang-2018/p/10262491.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!