-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on RHEL6/CentOS6 #45
Comments
Yes, I think 2.12 should work fine. Have you tried compiling it yourself? |
I have the same issue as the OP above regarding GLIBC support. I want to use liblmdbjni on a machine that only has GLIBC v2.12. However this machine does not have access to the internet so I can't run the maven build script there directly. The machine I will use to build has a version newer than 2.12 so I would install 2.12 only for this build. How do I point the build script to use a particular version of GLIBC and not the one in |
We're currently in the process of modernizing lmdbjni in a project called lmdbjava. Do you mind trying it? |
I am only doing this to be able to run this project on the cluster. I will use anything the people in that project approve. |
I managed to build this directly on the target machine by providing a temporary internet connection. |
Ok, glad to hear that! |
The liblmdbjni is compiled against GLIBC 2.14 so it won't run on EL6 which only supports 2.12 - does it really need 2.14 or could it be compiled against 2.12 so that it works on el6 as well?
The text was updated successfully, but these errors were encountered: