I've installed SQL Server on Linux, on RHEL 7.8. Documentation says this is a supported version. Running "mssql-conf setup" after installation fails like this:
Configuring SQL Server...
/opt/mssql/bin/sqlservr: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /opt/mssql/bin/../lib/libc++abi.so.1)
Initial setup of Microsoft SQL Server failed. Please consult the ERRORLOG in /var/opt/mssql/log for more information.
There is nothing in the error log. From what I can tell, installing that glibc version isn't an option.
What's the solution to this?