orchestrator: 3.0.2 fails to run on RHEL 6.7
Hi, I was happily running 2.1.5 on RHEL 6.7, but when I install the new 3.0.2 version using rpm I get the following error:
[root@d010108059224 orchestrator]# cat /etc/system-release
Red Hat Enterprise Linux Server release 6.7 (Santiago)
[root@d010108059224 orchestrator]# /usr/local/orchestrator/orchestrator --debug http &
[1] 1908
[root@d010108059224 orchestrator]# /usr/local/orchestrator/orchestrator: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/orchestrator/orchestrator)
[1]+ Exit 1 /usr/local/orchestrator/orchestrator --debug http
Is this version meant to be run on RHEL 7?
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 23 (2 by maintainers)
@shlomi-noach - Confirmed, thank you!
I’m not a system guru, but maybe try compiling it on a machine with glibc 2.12? It appears upgrading glibc is tricky and not generally recommended.