我正在尝试安装 Plesk,并收到以下错误消息:
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
当我运行以下命令时,它说已经安装了 2.3.6 版:
apt-get install libodbc1:i386
我(新手)理解该错误意味着它需要 libodbc1 版本 2.3.1 或更高版本,因此我的版本(2.3.6)应该可以工作。我可以做些什么来修复这些错误并安装 Plesk?
看起来那
i386
一点是你的问题。这可能会更好:通常我们在安装软件时不需要指定平台,除非有非常特殊的需要。