[root@ptp2 yum.repos.d]# /opt/mssql/bin/mssql-conf setup
Choose an edition of SQL Server:
- Evaluation (free, no production use rights, 180-day limit)
- Developer (free, no production use rights)
- Express (free)
- Web (PAID)
- Standard (PAID)
- Enterprise (PAID)
- Enterprise Core (PAID)
- I bought a license through a retail sales channel and have a product key to enter.
Details about editions can be found at
Use of PAID editions of this software requires separate licensing through a
Microsoft Volume Licensing program.
By choosing a PAID edition, you are verifying that you have the appropriate
number of licenses in place to install and run this software.
Enter your edition(1-8): 1
The license terms for this product can be found in
/usr/share/doc/mssql-server or downloaded from:
Enter the SQL Server system administrator password:
Confirm the SQL Server system administrator password:
Configuring SQL Server...
/opt/mssql/bin/sqlservr: relocation error: /opt/mssql/bin/sqlservr: symbol gss_g et_mic_iov_length, version gssapi_krb5_2_MIT not defined in file libgssapi_krb5. so.2 with link time reference
Setup has completed successfully. SQL Server is now starting.
[root@ptp2 yum.repos.d]# systemctl status mssql-server
● mssql-server.service - Microsoft SQL Server Database Engine
Loaded: loaded (/usr/lib/systemd/system/mssql-server.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Thu 2020-01-16 22:52:57 EST; 3min 14s ago
Docs:
Process: 6246 ExecStart=/opt/mssql/bin/sqlservr (code=exited, status=127)
Main PID: 6246 (code=exited, status=127)
Jan 16 22:52:57 ptp2.local.com systemd[1]: mssql-server.service: main process exited, code=exited, status=127/n/a
Jan 16 22:52:57 ptp2.local.com systemd[1]: Unit mssql-server.service entered failed state.
Jan 16 22:52:57 ptp2.local.com systemd[1]: mssql-server.service failed.
Jan 16 22:52:57 ptp2.local.com systemd[1]: mssql-server.service holdoff time over, scheduling restart.
Jan 16 22:52:57 ptp2.local.com systemd[1]: Stopped Microsoft SQL Server Database Engine.
Jan 16 22:52:57 ptp2.local.com systemd[1]: start request repeated too quickly for mssql-server.service
Jan 16 22:52:57 ptp2.local.com systemd[1]: Failed to start Microsoft SQL Server Database Engine.
Jan 16 22:52:57 ptp2.local.com systemd[1]: Unit mssql-server.service entered failed state.
Jan 16 22:52:57 ptp2.local.com systemd[1]: mssql-server.service failed.
Please suggest.