I’m trying to install Plesk, and get the following error messages:
plesk-librdbmspp : Depends: libodbc1 (>= 2.3.1) but it is not going to be installed
plesk-php72-odbc : Depends: libodbc1 (>= 2.3.1) but it is not going to be installed
plesk-php73-odbc : Depends: libodbc1 (>= 2.3.1) but it is not going to be installed
plesk-php74-odbc : Depends: libodbc1 (>= 2.3.1) but it is not going to be installed
plesk-php80-odbc : Depends: libodbc1 (>= 2.3.1) but it is not going to be installed
When I ran the following, it said version 2.3.6 was already installed:
apt-get install libodbc1:i386
I (newbie) understand the error to mean that it needs libodbc1 version 2.3.1 or greater, and therefore my version (2.3.6) should work. What can I do to fix those errors, and install Plesk?