try to install sql server on centos server, following by this tutorial: docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-red-hat?view=sql-server-2017
in step 3 "/opt/mssql/bin/mssql-conf setup", after setting password for system administrator, it shows:
Configuring SQL Server...
/opt/mssql/bin/sqlservr: Can't find package [system]; searched in the following locations:
/opt/mssql/bin /opt/mssql/bin/../lib /var/opt/mssql
Initial setup of Microsoft SQL Server failed. Please consult the ERRORLOG
in /var/opt/mssql/log for more information.
when i try to check the ERRORLOG in /var/opt/mssql/log, i found its empty.
however, i did the same on another centos server, the sql server was successfully installed without any errors.
any suggestions to solve the problem above? thanks in advance!