You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Installation failed: Command failed (1)
Warning message:
GitHub repo contains submodules, may not function as expected!
The text was updated successfully, but these errors were encountered: