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
/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2023-05-30/x86_64-almalinux9-gcc11.3.1-opt/git/2.40.0-bwhwxr/libexec/git-core/git: error while loading shared libraries: libintl.so.8: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
This happens because git was installed from a buildcache and not all the rpaths were relocated correctly. The workaround for AlmaLinux 9 is to use /usr/bin/git or:
E.g. a
git pull
in a repository returnsThe text was updated successfully, but these errors were encountered: