我研究过文件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吗?
答案 0 :(得分:2)
这些步骤适用于Ubuntu:
apt-get install libboost-all-dev php5-dev libpcre3-dev pkg-config libthrift-dev
phpize
./configure
make
make install
我会更新文档以包含这些步骤。希望我们可以很快将一些二进制包放在一起。