Open Tagar opened 7 years ago
Just checked an RHEL7 server. Steam starting fine on a RHEL7 but not on a RHEL6 server because of this issue.
You'll need to build from source, as our build environment does not use glibc 2.12 It should behave the same, this is likely just a linking issue
Thank you @CreatureDev We'll find a RHEL7 box and will try to get it running there. Thanks for reminding that we could have compiled this for RHEL6.
There is also a make command if you have docker installed and wish to build for a RHEL6 environment while on a different platform
The command is make dist/rpm/centos-6
There seems to be a hard dependency on glibc 2.14. RHEL 6.9 boxes we have come with glibc 2.12:
RHEL7 on the other hand comes with glibc 2.17 (at least on RHEL7.3 servers we have).
Any ideas how to workaround this? Thank you.