Skip to content
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

Open
darkone23 opened this issue Oct 8, 2015 · 6 comments
Open

Doesn't work on RHEL6/CentOS6 #45

darkone23 opened this issue Oct 8, 2015 · 6 comments

Comments

@darkone23
Copy link

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?

@krisskross
Copy link
Member

Yes, I think 2.12 should work fine. Have you tried compiling it yourself?

@navjotk
Copy link

navjotk commented Aug 16, 2016

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 /lib?

@krisskross
Copy link
Member

We're currently in the process of modernizing lmdbjni in a project called lmdbjava. Do you mind trying it?

@navjotk
Copy link

navjotk commented Aug 17, 2016

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.

@navjotk
Copy link

navjotk commented Aug 17, 2016

I managed to build this directly on the target machine by providing a temporary internet connection.

@krisskross
Copy link
Member

Ok, glad to hear that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants