Exception in thread "main" java.lang.UnsatisfiedLinkError: > /tmp/tmp_5d98/libAbra.so: /tmp/tmp_5d98/libAbra.so: undefined symbol: _ZZN6google11sparsegroupIPKcLt48ENS_27libc_allocator_with_reallocIS2_EEE12bits_in_charEhE7bits_in
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1928)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
at java.lang.Runtime.load0(Runtime.java:792)
at java.lang.System.load(System.java:1059)
at abra.NativeLibraryLoader.load(NativeLibraryLoader.java:45)
at abra.ReAligner.init(ReAligner.java:1093)
at abra.ReAligner.reAlign(ReAligner.java:116)
at abra.ReAligner.run(ReAligner.java:1214)
at abra.Abra.main(Abra.java:12)
I tried Java 1.7.0 and 1.8.0 with the same outcome.
Hi, I get this error on some of our computation nodes but can't figure out what is going wrong/ is different.
I tried Java 1.7.0 and 1.8.0 with the same outcome.
Thanks for your help