Linux下安装配置Node及Memcached
这篇主要是记录Linux下安装Node及memcached遇到的问题及安装配置过程,方便日后查阅Node安装及配置[root@hostname ~]tar zxvf node-v0.12.4.tar.gz[root@hostname ~]cd node-v0.12.4[root@hostname ~]./configure --prefix=/usr/local/node[root@hostname ~]make[root@hostname ~]make ...