Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 10071 invoked from network); 14 Jul 2010 12:16:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 12:16:33 -0000 Received: (qmail 53505 invoked by uid 500); 14 Jul 2010 12:16:33 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 53213 invoked by uid 500); 14 Jul 2010 12:16:30 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 53205 invoked by uid 99); 14 Jul 2010 12:16:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 12:16:28 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waite.134@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 12:16:22 +0000 Received: by gwaa18 with SMTP id a18so2671400gwa.35 for ; Wed, 14 Jul 2010 05:15:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=hSG0nF38we6M97NjANtRmacOKKktisX8SO2nQp/L2oQ=; b=VcDMLirsyjooRs9f1kDIQGlHEARtPecNRUKQpi2hMpnXKkTbP7Yr43iKyS1j2iodIH pCKwB98jkuCBoYiSK7BXssu20jIvdPy9+MNAJgIck68NnZo0G27tnIgHC7WL0PGzb4qI eVdZhxMtzt52prUpte82gW4MIOWLUkFUfHxrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MqLJIH5xMwqMCAxeKH5acXg9EOTFN8M+8n0SMU69g4/3YRNezfKjvxbTvNjDjzovy0 E9zLv5ghTSPz5mFjCgglYQJFJ+Deai/ORBbslSXsxKj5h3jQwaysbbr3hNiz5d0ST4gk 2Sn7ExPF0mYgbj1AcGnUjI6gVIaY2N6K40Plg= MIME-Version: 1.0 Received: by 10.150.59.17 with SMTP id h17mr8301827yba.137.1279109701602; Wed, 14 Jul 2010 05:15:01 -0700 (PDT) Received: by 10.150.52.6 with HTTP; Wed, 14 Jul 2010 05:15:01 -0700 (PDT) In-Reply-To: References: Date: Wed, 14 Jul 2010 13:15:01 +0100 Message-ID: Subject: Re: building client tools From: Martin Waite To: zookeeper-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=000e0cd6e53464909a048b57ef60 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd6e53464909a048b57ef60 Content-Type: text/plain; charset=ISO-8859-1 Hi Andrei, I needed to install the following: apt-get install libtool autoconf libcppunit-dev There could well be other packages that were already installed on my machine (automake, gcc etc), but my build works now. I have since found that zookeeper is already packaged in debian testing, and the build-depends for this is quite large: http://git.debian.org/?p=pkg-java/zookeeper.git;a=blob;f=debian/control;h=b3d5b6d73a298784473f62a1e0ac57a378dde9c9;hb=43878542fbc30e4d8fa8d55be16044d0c9b488a4 Thanks for the assistance. regards, Martin On 13 July 2010 18:39, Andrei Savu wrote: > Hi, > > In this case I think you have to install libcppunit (should work using > apt-get). I believe that should be enough but I don't really remember > what else I've installed the first time I compiled the c client. > > Let me know what else was needed. I would like to submit a patch to > update the README file in order to avoid this problem in the future. > > Thanks. > > On Tue, Jul 13, 2010 at 8:09 PM, Martin Waite wrote: > > Hi, > > > > I am trying to build the c client on debian lenny for zookeeper 3.3.1. > > > > autoreconf -if > > configure.ac:33: warning: macro `AM_PATH_CPPUNIT' not found in library > > configure.ac:33: warning: macro `AM_PATH_CPPUNIT' not found in library > > configure.ac:33: error: possibly undefined macro: AM_PATH_CPPUNIT > > If this token and others are legitimate, please use > m4_pattern_allow. > > See the Autoconf documentation. > > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > > > I probably need to install some required tools. Is there a list of what > > tools are needed to build this please ? > > > > regards, > > Martin > > > > > > -- > Andrei Savu - http://andreisavu.ro/ > --000e0cd6e53464909a048b57ef60--