IT技术博客大学习 共学习 共进步

TokyoCanbinet & Tokyotyrant & PHP 环境安装

SpawN 2010-08-13 04:34:41 浏览 2,701 次

1.wget http://1978th.net/tokyocabinet/tokyocabinet-1.4.45.tar.gz
tar -zxvf tokyocabinet-1.4.45.tar.gz
cd tokyocabinet-1.4.45
./configure -prefix=/usr/local/tc
make & make install


2.wget http://1978th.net/tokyotyrant/tokyotyrant-1.1.40.tar.gz
tar -zxvf tokyotyrant-1.1.40.tar.gz
cd tokyotyrant-1.1.40
./configure -prefix=/usr/local/tt -with-tc=/usr/local/tc
make & make install


3.wget http://pecl.php.net/get/tokyo_tyrant-0.5.0.tgz
tar -zxvf tokyo_tyrant-0.5.0.tgz
cd tokyo_tyrant-0.5.0
phpize
./configure -with-php-config=/usr/bin/php-config -with-tokyo-tyrant=/usr/local/tt -with-tokyo-cabinet-dir=/usr/local/tc
make & make install

建议继续学习

  1. TT的作者出新作品鸟:kyoto tycoon (阅读 7,804)
  2. Hadoop超级安装手册 (阅读 4,662)
  3. 详细步骤:在64位Linux上安装Memcached (阅读 4,103)
  4. Ubuntu下Postgresql-8.4安装及配置 (阅读 4,102)
  5. 在 Dell PowerEdge 1950 上安装 Linux 2.6.32-rc8 内核的问题与解决 (阅读 3,883)
  6. ubuntu 9.10快速安装nginx+php环境手记 (阅读 3,726)
  7. MySQL Infobright 数据仓库快速安装笔记[原创] (阅读 3,562)
  8. mysql 的模块不能安装的解决方法 (阅读 3,403)
  9. Tokyo Tyrant 与 Redis 的一些简单比较 (阅读 3,304)
  10. Squid的Linux下安装配置笔记(上) (阅读 3,142)