When I run the binary program of Gap-Aid, I got the error:
Traceback (most recent call last): File "try6.py", line 12, in <module> ImportError: /lib64/libc.so.6: versionGLIBC_2.28' not found (required by /tmp/_MEIxhgJBU/libglib-2.0.so.0)
[25027] Failed to execute script 'try6' due to unhandled exception!`
It seems the glibc version is low of the cluster, but I don't have the root permission to change the /lib64 and I also can't compile the code myself (I understand why you didn't release the code).
So, is there any solution to use a custom glibc path for a non-root user (I have a higher version of glibc to meet the requirement)?
Hi,
When I run the binary program of Gap-Aid, I got the error:
Traceback (most recent call last): File "try6.py", line 12, in <module> ImportError: /lib64/libc.so.6: version
GLIBC_2.28' not found (required by /tmp/_MEIxhgJBU/libglib-2.0.so.0) [25027] Failed to execute script 'try6' due to unhandled exception!`It seems the glibc version is low of the cluster, but I don't have the root permission to change the /lib64 and I also can't compile the code myself (I understand why you didn't release the code). So, is there any solution to use a custom glibc path for a non-root user (I have a higher version of glibc to meet the requirement)?
Best Charlie