.apache.org/jira/browse/CASSANDRA-9892
Cheers
Ben
On Wed, 8 Jun 2016 at 01:07 Brian Kelly
mailto:brianke...@sgi.com>> wrote:
Hi, all,
I am attempting write a trigger that depends on a native library. The library
is successfully loaded by the JVM (so the java.library.path should not be the
Hi, all,
I am attempting write a trigger that depends on a native library. The library
is successfully loaded by the JVM (so the java.library.path should not be the
issue - I just have the jnilib in lib/sigar-bin for now) but any call to its
methods result in a java.lang.UnsatisfiedLinkError. T