fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
536 stars 143 forks source link

rocksdbjni,library loading error during test cases run with rocksdb 5.9.2 #96

Open anuscool opened 6 years ago

anuscool commented 6 years ago

Running org.fusesource.rocksdbjni.test.DBTest Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.906 sec <<< FAILURE! - in org.fusesource.rocksdbjni.test.DBTest warning(junit.framework.TestSuite$1) Time elapsed: 0.027 sec <<< FAILURE! junit.framework.AssertionFailedError: Exception in constructor: testOpen (java.lang.UnsatisfiedLinkError: Could not load library. Reasons: [no rocksdbjni64-99-master-SNAPSHOT in java.library.path, no rocksdbjni-99-master-SNAPSHOT in java.library.path, no rocksdbjni in java.library.path, /tmp/librocksdbjni-64-99-master-SNAPSHOT-3740711155003969935.so: /tmp/librocksdbjni-64-99-master-SNAPSHOT-3740711155003969935.so: undefined symbol: _ZTIN7rocksdb6LoggerE] at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:187) at org.fusesource.hawtjni.runtime.Library.load(Library.java:143)