Добрый день.
Пытаюсь поставить perl для postgresql-9.2 в Debian 6
apt-get install postgresql-plperl-9.2
Но выдает ошибку зависимостей
Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:
The following packages have unmet dependencies: postgresql-plperl-9.2 : Depends: libperl5.10 (>= 5.10.1) but it is not going to be installed E: Broken packages
Версия perl 5.14 perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for i486-linux-gnu-thread-multi-64int (with 88 registered patches, see perl -V for more detail)
Пытался ставить из пакетов, не помогло.
dpkg --list | grep perl perl 5.14.2-21+deb7u1 perl-base 5.14.2-21+deb7u1 perl-modules 5.14.2-21+deb7u1
Может трабл в том, что перл для 7го дебиана? Какое может быть решение данной ошибки?