首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

tokyotyrant 装配

2012-12-29 
tokyotyrant 安装1:http://sourceforge.net/projects/tokyocabinet/?sourcedlp./configure --prefix/roo

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

热点排行