Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "InstallThrift" page has been changed by jimbomorrison. The comment on this change is: Fixing svn path (- /incubator) //hth.. http://wiki.apache.org/cassandra/InstallThrift?action=diff&rev1=7&rev2=8 -------------------------------------------------- Important note: you need to install the svn revision of thrift that matches the revision that your version of Cassandra uses. This can be found in the <Cassandra Home>/lib directory - e.g. `libthrift-917130.jar` means that version of Cassandra uses svn revision 917130 of thrift. 1. `aptitude install libboost-dev python-dev autoconf automake pkg-config make libtool flex bison build-essential` (or the equivalent on your system) (assumes you are interested in building for python; omit python-dev otherwise) - 1. Grab the thrift source with the revision that your version of Cassandra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/incubator/thrift/trunk thrift` + 1. Grab the thrift source with the revision that your version of Cassandra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/thrift/trunk thrift` 1. `cd thrift` 1. `./bootstrap.sh` 1. `./configure` (you may need to add `--without-ruby` or `--without-csharp` or any other targets that are giving you trouble)
