我正在尝试安装 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?
答案1
看起来那i386
部分是你的问题。这可能更好:
apt-get install libodbc1
一般情况下,我们在安装软件时不需要指定平台,除非有非常具体需要这样做。