我正在尝试在具有以下规格的系统中安装 PgSql:
Distributor ID: Debian
Description: Debian GNU/Linux 7.1
Release: 7.1
x86_64
但我收到这样的错误
The following packages have unmet dependencies:
postgresql-9.3 : Depends: libc6 (>= 2.15) but 2.13-38+deb7u1 is to be installed
如何安装缺少的软件包?
我尝试过apt-get install libc6=2.13-38+deb7u1
并且显示了libc6 is already the newest version.
但问题仍然存在。