Re: Unable to use native library in C* trigger

2016-06-08 Thread Brian Kelly
.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

Unable to use native library in C* trigger

2016-06-07 Thread Brian Kelly
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