fix compiler / GLIBC mismatch?
Bernhard Urban
bernhard.urban at jku.at
Sun Mar 23 12:26:37 UTC 2014
Hi Richard,
we use Ubuntu 12.04 LTS on our build machines, which uses GLIBC_2.15. I'm
afraid you have to compile graal yourself.
If you have GCC & friends and python2.7 available on this machine it
shouldn't be too hard though! [1, 2] You don't need root privilege for
that.
If you have any further questions, let me know.
-Bernhard
[1] https://wiki.openjdk.java.net/display/Graal/Instructions
[2] https://github.com/jruby/jruby/wiki/truffle#building-graal-optional
On Fri, Mar 21, 2014 at 6:10 AM, Richard Anderson <
rich.and.good.looking at gmail.com> wrote:
> graal enabled version of "jruby-9000+graal-dev" throws following
> `GLIBC_2.14' not found error message when running on a Red Hat / CentOS
> Linux x86_64 server with 3.4.82 kernel:
>
> [~] # ruby -version
>
> "/home/someuser/.rbenv/versions/jruby-9000+graal-dev/graalvm-jdk1.8.0/bin/java:
> /lib64/libc.so.6: version `GLIBC_2.14' not found (required by
>
> /home/someuser/.rbenv/versions/jruby-9000+graal-dev/graalvm-jdk1.8.0/bin/../lib/amd64/jli/libjli.so)"
>
> Does anyone have any insight about how to fix this?
>
> PS: I have NO admin / superuser privileges on that server and might need
> to compile a graal binary somewhere else so it works, but do not know how
> to proceed with that, can anyone please provide me any guidance?
>
> PS 2: running gcc version:
>
> [~]# gcc --version
> gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
>
>
> Thanks in advance for the help.
>
> Rx.Nix
>
>
More information about the graal-dev
mailing list