【发布时间】:2016-04-06 17:41:02
【问题描述】:
我正在尝试从here 并根据these 说明为 Cassandra 安装 Datastax PHP 驱动程序。
到目前为止,我已经安装了这些依赖项:Bison、CMake、Git、ActiveState Perl 和 Python。但是,当我运行说明(vc_build.bat)中提到的批处理文件时,它会报告下一个错误:
Update cpp-driver submodule ... FAILED
See D:\php-driver-master\php-driver-master\ext\\build\log\cpp-driver.log for more details
Bison Not Found in PATH: Bison is required to complete build
Ensure Bison is installed in C:\GnuWin32
另外,cpp-driver.log 文件的内容是:
Update cpp-driver submodule
fatal: Not a git repository (or any of the parent directories): .git
问题是我已经在 Path 系统变量中添加了C:\GnuWin32,方法是将;C:\GnuWin32 附加到 Path 变量中关联的字符串中。
可能是什么问题?
【问题讨论】:
标签: php cassandra installation driver datastax