In my docker VM, I see: /usr/lib/x86_64-linux-gnu/libevent.a
You can try building //core:core first which should generate libevent.a (dependency). Cheers On Wed, Aug 30, 2017 at 5:28 PM, Andrzej <[email protected]> wrote: > W dniu 31.08.2017 o 00:35, Ted Yu pisze: > >> libevent.a is system library. >> >>> From hbase-native-client/third-party/BUCK : >>> >> >> system_libs = [ >> "lzma", >> "event", >> > > Just problem, that libevent.a is system library. Is possible install other > version or recompile it anyway? From where is copied to docker environment? > In /usr/ I have /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 but docker > say that libevent.a. >
