Plesk Onyx for Linux
kb: technical
ABT: Group A
Applicable to:
- Plesk Onyx for Linux
Symptoms
The Plesk update fails with the error below in the /var/log/plesk/install/autoinstaller3.log
file:
CONFIG_TEXT: You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mssql-tools : Depends: msodbcsql17 (>= 17.2.0.0) but 17.1.0.1-1 is to be installed
Not all packages were installed.
Cause
The msodbcsql17
package has an older version than mssql-tools
package, both packages should have the same version.
Resolution
- Log into the server via SSH.
- Update
msodbcsql17
package running the following command:
# apt-get install msodbcsql17
- Re-run the Plesk update.
Comments
0 comments
Please sign in to leave a comment.