安装 Thrift 时出现问题

发布于 2024-11-10 07:45:04 字数 336 浏览 5 评论 0 原文

这是我收到的错误的屏幕截图:

http://dl.dropbox.com/u/20599297/Screen%20shot%202011-05-25%20at%203.41.36%20PM.png

我真的不知道问题是什么。

我在 APC 上安装了 PHP,也许这就是问题所在...

我在 Ubuntu 服务器上运行。

预先感谢您的任何帮助。

Here is a screen shot of the error I am getting:

http://dl.dropbox.com/u/20599297/Screen%20shot%202011-05-25%20at%203.41.36%20PM.png

I really don't know what the problem is.

I have PHP installed with APC maybe thats the problem...

I am running on Ubuntu Server.

Thanks in advance for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

各空 2024-11-17 07:45:04

看起来你的 libtool 库被搞乱了。您应该尝试从 apt-get 中删除 libtool 并手动编译它。

我在 debian lenny 下遇到了同样的错误。

问题是通过 apt 安装的 libool 1.5.26 会引发错误。

要构建 thrift,请从以下位置下载 libtool 1.5.24 源代码

ftp://ftp.gnu.org/gnu /libtool/libtool-1.5.24.tar.gz

构建它(./configure;make)并将 libtool 可执行文件复制到 thrift 源目录> >运行./configure。

现在“make”应该可以工作并生成 thrift 可执行文件。

SRC: http://ubuntuforums.org/showpost.php?p=9435157&帖子数=4

It looks like your libtool library is messed up. You should try removing libtool from apt-get and compiling it manually.

I got the same error under debian lenny.

The problem is the libool 1.5.26 installed via apt which raises the errors.

To build thrift download the libtool 1.5.24 source from

ftp://ftp.gnu.org/gnu/libtool/libtool-1.5.24.tar.gz

build it (./configure;make) and copy the libtool executable to the thrift source directory after you > ran ./configure.

Now 'make' should work and generate the thrift executable.

SRC: http://ubuntuforums.org/showpost.php?p=9435157&postcount=4

绅士风度i 2024-11-17 07:45:04

答案很简单。安装包 python-dev。我想你之前还需要安装python。

Answer is simple. Install package python-dev. I think you also need to install python before.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文