I assume you used the following to start docker: hbase-native-client/bin/start-docker.sh
Did you use this command to build simple-client ? buck build //core:simple-client Running buck-out/gen/core/simple-client , I see this output: https://pastebin.com/n0SPm7Bm There was no complaint about libsasl2.so.3 On Tue, Aug 29, 2017 at 5:27 AM, Andrzej <[email protected]> wrote: > 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 >> >
