Open vinz243 opened 5 years ago
We could try to make a clone of trava-jdk-11-dcevm and modify .travis.yml
to build centos on Travis.
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!!!
It is quite old distro, you can look at github actons how to build it.
I'm using CentOS 6.6 Final, and running
java -version
does not work.So I downloaded and built glibc 2.14 and added it to the path :
However it just gets stuck and nothing happens then.