我如何建立cassandra-pdo(cassandra pdo驱动程序)?

时间:2011-11-19 03:01:36

标签: pdo cassandra

我研究过文件http://code.google.com/a/apache-extras.org/p/cassandra-pdo/source/browse/README.md。当我构建config.m4时,我收到此错误:

./config.m4: line 1: syntax error near unexpected token `pdo-cassandra,'
./config.m4: line 1: `PHP_ARG_WITH(pdo-cassandra,     whether to enable PDO cassandra support,'

为什么呢?我应该使用另一个解析器来读取config.m4吗?

1 个答案:

答案 0 :(得分:2)

这些步骤适用于Ubuntu:

  1. apt-get install libboost-all-dev php5-dev libpcre3-dev pkg-config libthrift-dev
  2. phpize
  3. ./configure
  4. make
  5. make install
  6. 我会更新文档以包含这些步骤。希望我们可以很快将一些二进制包放在一起。