tokyotyrant 安装

1:http://sourceforge.net/projects/tokyocabinet/?source=dlp
./configure --prefix=/root/search_dir/ttserver/cabinet
make
报错:ibbz2.a: could not read symbols: Bad value
rm -f /usr/local/lib/libbz2.a
再次make。ok!
make install

内存引擎ok!

2:http://sourceforge.net/projects/tokyocabinet/files/tokyotyrant/1.1.33/tokyotyrant-1.1.33.tar.gz/download

./configure --prefix=/root/search_dir/ttserver/tokyotyrant/ --with-tc=/root/search_dir/ttserver/cabinet
  make
  make install
按转完成
enter: /root/search_dir/ttserver/tokyotyrant/bin

./ttserver -host 127.0.0.1 -port 11211 -thnum 8 -dmn -pid ttserver.pid -log ttserver.log -le -ulog /ttserver/ -ulim 128m -sid 1 -rts /ttserver/ttserver.rts /ttserver/database.tch

报:./ttserver: error while loading shared libraries: libtokyocabinet.so.8: cannot open shared object file: No such file or directory
ln -s  /root/search_dir/ttserver/cabinet/lib/libtokyocabinet.so.8 libtokyocabinet.so.8

运行:
./ttserver -host 127.0.0.1 -port 11211 -thnum 8 -dmn -pid ttserver.pid -log ttserver.log -le -ulog /ttserver/ -ulim 128m -sid 1 -rts /ttserver/ttserver.rts /ttserver/database.tch

测试ok!

位于: 根目录下/ttserver.log

猜你喜欢

转载自aircoder.iteye.com/blog/1752039