Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C755C200498 for ; Tue, 29 Aug 2017 14:27:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C56E316683F; Tue, 29 Aug 2017 12:27:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 18C6916683E for ; Tue, 29 Aug 2017 14:27:47 +0200 (CEST) Received: (qmail 91864 invoked by uid 500); 29 Aug 2017 12:27:45 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 91851 invoked by uid 99); 29 Aug 2017 12:27:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2017 12:27:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BE2D4CC725 for ; Tue, 29 Aug 2017 12:27:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.902 X-Spam-Level: X-Spam-Status: No, score=-2.902 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-2.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=wp.pl Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id AtV17tp6iOsB for ; Tue, 29 Aug 2017 12:27:42 +0000 (UTC) Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 775906102E for ; Tue, 29 Aug 2017 12:27:37 +0000 (UTC) Received: (wp-smtpd smtp.wp.pl 3426 invoked from network); 29 Aug 2017 14:27:36 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1504009656; bh=whEJsrhrCOHp4doVR/WOMkx4boTEwYZnUBUxZfN31A0=; h=Subject:To:From; b=KeJQ3+XW5HRkL3G71HJ1l8uvVa172L8sRg08ig1S1ZxkEsdCdCDkxtoTiQcCtDgWd uqQ86mEZ25ZRqTuhYQxErgFhHFDQw6aYqSv7mjUUV24UtNg7wyl1gNr/xyvNcs6/3F LN/O8UZDOfpDmtMwHYCEnN69gF03P8X2zIdHYA6Y= Received: from 91-239-205-105.static.ip.kolnet.pl (HELO [192.168.1.106]) (borucki_andrzej@wp.pl@[91.239.205.105]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 29 Aug 2017 14:27:36 +0200 Subject: Re: Folly not installed To: user@hbase.apache.org References: <60fdcb5e-9841-144a-c457-682a2bf90096@wp.pl> <1fc7c491-810d-dceb-4a63-6f4e11f7abc8@wp.pl> <48d6ec32-691d-36c8-0f23-cbe55592e9b3@wp.pl> <2678c383-b15f-f04e-8cb9-a97104ddedd7@wp.pl> <89aa602f-4f3d-f97e-5db5-64cac493d014@wp.pl> From: Andrzej Message-ID: <19200e8f-2bd2-9b2e-300a-32d637417b25@wp.pl> Date: Tue, 29 Aug 2017 14:27:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-WP-MailID: 5d34f00920bd9548df71d8dac22fc5bc X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 000000A [4aO0] archived-at: Tue, 29 Aug 2017 12:27:49 -0000 I use docker. Next I use buck inside docker. Buck creates me buck-out directory - 3.1 GB Where is output native client library? How use native client? I found simple_client at buck-out/gen/core no libsasl2 sharted library andrzej@andrzej-VirtualBox ~/code/hbase/hbase-native-client/buck-out/gen/core $ ./simple-client ./simple-client: error while loading shared libraries: libsasl2.so.3: cannot open shared object file: No such file or directory W dniu 28.08.2017 o 17:53, Ted Yu pisze: > Did you try to build using docker ? > > If not, what error(s) did you encounter building folly ? > Please use 2017.06.19.00 version as shown > in hbase-native-client/docker-files/Dockerfile