Impossible to run GitLab after upgrade on CentOS 6.5
Created by: FezVrasta
I've updated Gitlab using the omnibus upgrader and now when I try to reconfigure it I get:
$ gitlab-ctl reconfigure
/opt/gitlab/embedded/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /opt/gitlab/embedded/lib/libruby.so.2.1)
/opt/gitlab/embedded/bin/ruby: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /opt/gitlab/embedded/lib/libruby.so.2.1)
Looking into this problem I've found that the latest available release of glibc for CentOS 6.5 is the 2.12.
I've tried to install the 2.17 version from CentOS 7 but it fails due to dependencies... I can't find any unofficial repository to upgrade glibc to the needed version.
How can I do?
CentOS 6.5 was the stable version since some months ago... I can't even install the v7 on my server because it is not compatible.