I met a problem when trying to install a R package called "GenomicFeatures",
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object '$HOME/.R325/lib64/R/library/RCurl/libs/RCurl.so':
/lib64/libc.so.6: version `GLIBC_2.7' not found
I checked the, the root does not have such a library.
/usr/lib64
I noticed the kind suggestion made by eyoung100, which might solve my issue. My knowledge about unix/linux is still in its infancy, it seems to me he suggested a mini version of the whole root, and install the RPM package in the "newroot".
it seemed to me he suggested to install the whole system, is that necessary?
Any suggestion? if any information is needed to solve the issue, please kindly let me know.