Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 566E9F2FC for ; Tue, 7 May 2013 21:01:59 +0000 (UTC) Received: (qmail 76479 invoked by uid 500); 7 May 2013 21:01:54 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 76383 invoked by uid 500); 7 May 2013 21:01:54 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 76373 invoked by uid 99); 7 May 2013 21:01:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 21:01:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [67.192.241.153] (HELO smtp153.dfw.emailsrvr.com) (67.192.241.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 21:01:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp32.relay.dfw1a.emailsrvr.com (SMTP Server) with ESMTP id 43D30502C7; Tue, 7 May 2013 17:01:08 -0400 (EDT) X-Virus-Scanned: OK Received: by smtp32.relay.dfw1a.emailsrvr.com (Authenticated sender: kaveh-AT-plutoz.com) with ESMTPSA id C9B74502C0; Tue, 7 May 2013 17:01:07 -0400 (EDT) Message-ID: <51896B92.6070008@plutoz.com> Date: Tue, 07 May 2013 14:01:06 -0700 From: kaveh minooie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: user@hadoop.apache.org Subject: problem building lzo Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi everyone I am trying to follow this tutorial https://wiki.apache.org/hadoop/UsingLzoCompression and I am getting an error I don't know how to solve. i have CFLAGS='-m64' and run this: CLASSPATH=/hadoop/hadoop-core-1.1.1.jar ant compile-native and I get this: compile-java: [javac] /source/hbase/hadoop-lzo/build.xml:216: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds check-native-uptodate: compile-native: [javah] Error: Class org.apache.hadoop.conf.Configuration could not be found. BUILD FAILED /source/hbase/hadoop-lzo/build.xml:242: compilation failed also, I get the same thing when set CLASSPATH to the full hadoop classpath CLASSPATH=$(hadoop classpath) -thanks,