First of all, that is a transitive warning. If it fails to load the native library, it will continue with the java based one, which isn't as performant.
That said, try exporting JAVA_HOME in your environment before you try building. That should resolve those errors, if I remember correctly. On Mon, Aug 12, 2013 at 2:54 PM, Brendan Heussler <[email protected]>wrote: > I am trying to build the native libraries because I am getting the > following error in the t-server_accumulo-slave.localdomain.out log > > http://pastebin.com/djx6UZyH > > When I run make, this is the output > > http://pastebin.com/wKsKhcWy > > Any advice? > > > Brendan >
