简体   繁体   中英

Problems installing Thrift

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM