环境:Ubuntu 14.04.2 LTS, Python 2.7.6
1,安装流程:http://www.ttlsa.com/redis/ssdb-redis-alternatives/
wget --no-check-certificate https://github.com/ideawu/ssdb/archive/master.zip
unzip master.zip
cd ssdb-master/
make
sudo make install
2,安装报错
在执行make后,最后有报错:
make时报错:
compilation terminated.
make[1]: *** [server.o] Error 1
make[1]: Leaving directory `/home/cloud/ssdb-master/src/net'
make: *** [all] Error 2
百度查到:http://www.ideawu.net/blog/archives/768.html
其中提到了‘应该是你的环境不干净. 可以重新下载一份源码, 或者 cd deps/jemalloc-3.3.1; make; 手动编译一下