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

Issues with CentOS 6.6 #19

Open
vinz243 opened this issue Oct 3, 2019 · 3 comments
Open

Issues with CentOS 6.6 #19

vinz243 opened this issue Oct 3, 2019 · 3 comments

Comments

@vinz243
Copy link

vinz243 commented Oct 3, 2019

I'm using CentOS 6.6 Final, and running java -version does not work.

$ /usr/local/dcevm-11.0.1+8/bin/java -version
/usr/local/dcevm-11.0.1+8/bin/java: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/dcevm-11.0.1+8/bin/../lib/jli/libjli.so)

So I downloaded and built glibc 2.14 and added it to the path :

$ LD_LIBRARY_PATH="/opt/glibc-2.14/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" /usr/local/dcevm-11.0.1+8/bin/java -version

However it just gets stuck and nothing happens then.

@skybber
Copy link
Contributor

skybber commented Oct 3, 2019

We could try to make a clone of trava-jdk-11-dcevm and modify .travis.yml to build centos on Travis.

@YuZeChan
Copy link

I,m using centos7 and coming to a similar error code:
Error: failed /usr/local/dcevm-11.0.15+1/lib/server/libjvm.so, because /lib64/libm.so.6: version GLIBC_2.27' not found (required by /usr/local/dcevm-11.0.15+1/lib/server/libjvm.so)`

Is there an offical way to resolve this?
a lot of thanks!!!

@skybber
Copy link
Contributor

skybber commented Sep 26, 2023

It is quite old distro, you can look at github actons how to build it.

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