节俭安装错误
我尝试了 2 个多小时来使用 cassandra 安装 thrift,但它甚至没有配置。当我使用命令 ./configure 配置时,它显示错误为: 配置:错误:找不到 php-config。请使用--with-php-config=PATH 配置:错误:./configure 对于 lib/php/src/ext/thrift_protocol 失败
我无法修复此问题。任何人都可以帮助我吗?
i am trying more than 2 hours to install thrift with cassandra but it is not even configured..when i am configure using command ./configure it show the error as:
configure: error: Cannot find php-config. Please use --with-php-config=PATH
configure: error: ./configure failed for lib/php/src/ext/thrift_protocol
i cant fix this. can any one help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
确保安装 php-dev。上周末发生在我身上。祝你好运。
make sure to install php-dev. it happened with me last weekend. good luck.
Ubuntu Lucid 也是如此。通过 apt-get 安装了 php5-dev 并且它可以工作。
Same thing with Ubuntu Lucid. Installed php5-dev via apt-get and it works.
在 CentOS 5.6 上,您正在寻找
通过“yum install ....”安装的php5-devel 或 php53-devel
On CentOS 5.6, you're looking for php5-devel or php53-devel
installed by "yum install ...."