Portanto, estou atualmente executando uma compilação LINUX de 9 bits do Debian 9 (para algum plano de fundo).
Instalei o unixODBC (compilado como 32 bits) e odbc-postgresql:i386
, agora a parte final deve ser para instalar o postgresql-9.6 rdms
real.
Eu estou tentando realizar isso através de uma simples chamada testada e verdadeira para o apt-get ...
sudo apt-get install postgresql-9.6:i386
Infelizmente, recebo algumas dependências não satisfeitas, conforme mostrado abaixo ...
root@linux2:/home/jeremyn/unixODBC-2.3.0# sudo apt-get install postgresql-
9.6:i386
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-9.6:i386 : Depends: locales:i386 but it is not installable
Depends: libsystemd0:i386 but it is not going to be installed
Recommends: postgresql-contrib-9.6:i386 but it is not going to be installed
Recommends: sysstat:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Normalmente, isso seria um problema menor e eu simplesmente instalaria as dependências necessárias, mas as questões parecem se espalhar a partir daqui ...
Package locales:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libc-l10n
E: Package 'locales:i386' has no installation candidate
Eu também tentei instalar o libc-l10n
, mas novamente isso só leva a mais problemas. Alguém já encontrou esse problema e encontrou uma maneira de instalar o postgresql-9.6: i386 em uma compilação do Debian 9?