Thanks for the response.
We upgraded to JDK 1.8 and got following problem. Libraries that I downloaded from net seems are compiled with "GLIBC2.14" but our linux boxes have GLIBC 2.5.
Can you please point out if any pre-compiled version (0.4.2) already available on internet that works with GLIBC 2.5. Otherwise I will need to build with source code.
Could not load library. Reasons: [no lmdbjni64-0.4.2 in java.library.path, no lmdbjni-0.4.2 in java.library.path, no lmdbjni in java.library.path, /tmp/liblmdbjni-64-0-7927722024898199024.4: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /tmp/liblmdbjni-64-0-7927722024898199024.4)]
at org.fusesource.hawtjni.runtime.Library.doLoad(Library.java:182)
at org.fusesource.hawtjni.runtime.Library.load(Library.java:140)
at org.fusesource.lmdbjni.JNI.<clinit>(JNI.java:41)
at org.fusesource.lmdbjni.Env.create(Env.java:57)
at org.fusesource.lmdbjni.Env.<init>(Env.java:51)