Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

/lib64/libc.so.6: version `GLIBC_2.18' not found #74

Open
amirfeizi opened this issue Mar 28, 2018 · 1 comment
Open

/lib64/libc.so.6: version `GLIBC_2.18' not found #74

amirfeizi opened this issue Mar 28, 2018 · 1 comment

Comments

@amirfeizi
Copy link

I am trying to install the package from the terminal as root using the devtools and I am getting this error below. Could you please let me know how to fix it. I have already googled and tried the suggestions but still is not working. I know it must be about the gcc lib version but I can not fix it! Thanks!

** building package indices
** testing if installed package can be loaded
Error: package or namespace load failed for ‘RNeo4j’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/master/R/x86_64-redhat-linux-gnu-library/3.4/RNeo4j/libs/RNeo4j.so':
/lib64/libc.so.6: version `GLIBC_2.18' not found (required by /home/master/R/x86_64-redhat-linux-gnu-library/3.4/RNeo4j/libs/RNeo4j.so)
Error: loading failed
Execution halted
ERROR: loading failed

  • removing ‘/home/master/R/x86_64-redhat-linux-gnu-library/3.4/RNeo4j’
    Installation failed: Command failed (1)
    Warning message:
    GitHub repo contains submodules, may not function as expected!
@PlasmaPower
Copy link
Collaborator

It looks like your C compiler isn't working (or the default isn't compatible with the rest of your system).

Could you post the full output of the build command? It would help in debugging. Also, if you could try compiling a small C program (there are plenty of "hello world" examples online) and see if it works, that'd be helpful.

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

No branches or pull requests

2 participants