• linux memcache服务器端安装

    http://memcached.googlecode.com/files/memcached-1.4.15.tar.gz memcached官方下载地址 http://memcached.org/官方网站 https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz libevent官方下载地址 http://libevent.org/官方网站 Linux下的Memcache安装 记录下Memcache安装的过程。 Linux下Memcache服务器端的安装 服务器端主要是安装memcache...
    作者:wuwenlong/2013年7月18日/分类:软件配置文档/阅读:2,288次/标签:/2条评论
  • mac php memcache安装

    今天在mac下安装memcache,记录下安装历程 下载memcache-3.0.7 运行phpize的时候出现以下错误 Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script. 这时候需要安装m4和autoconfig # cd /usr/src # wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz # tar -zvxf m4-1.4.9.tar.gz # cd m4-...
    作者:wuwenlong/2013年7月16日/分类:mac相关知识/阅读:4,775次/标签:, , /评论关闭