Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 97666 invoked from network); 2 Nov 2010 21:35:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 21:35:32 -0000 Received: (qmail 91263 invoked by uid 500); 2 Nov 2010 21:36:03 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 91221 invoked by uid 500); 2 Nov 2010 21:36:03 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 91213 invoked by uid 500); 2 Nov 2010 21:36:03 -0000 Delivered-To: apmail-incubator-cassandra-commits@incubator.apache.org Received: (qmail 91210 invoked by uid 99); 2 Nov 2010 21:36:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 21:36:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 21:36:02 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EEC0199B; Tue, 2 Nov 2010 21:35:26 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 02 Nov 2010 21:35:26 -0000 Message-ID: <20101102213526.39588.48964@eosnew.apache.org> Subject: =?utf-8?q?=5BCassandra_Wiki=5D_Update_of_=22InstallThrift=22_by_jimbomorr?= =?utf-8?q?ison?= 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=3Ddiff&rev1=3D7&rev2= =3D8 -------------------------------------------------- Important note: you need to install the svn revision of thrift that match= es the revision that your version of Cassandra uses. This can be found in t= he /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-confi= g make libtool flex bison build-essential` (or the equivalent on your syste= m) (assumes you are interested in building for python; omit python-dev othe= rwise) - 1. Grab the thrift source with the revision that your version of Cassand= ra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/incubator/t= hrift/trunk thrift` + 1. Grab the thrift source with the revision that your version of Cassand= ra uses: e.g. `svn co -r 917130 http://svn.apache.org/repos/asf/thrift/trun= k thrift` 1. `cd thrift` 1. `./bootstrap.sh` 1. `./configure` (you may need to add `--without-ruby` or `--without-csh= arp` or any other targets that are giving you trouble)