Installation postgresql > cassé ? [Debian] - Logiciels - Linux et OS Alternatifs
Marsh Posté le 11-10-2003 à 22:40:50
Evadream -jbd- a écrit : Personne n'est inspiré? |
Euuh tu est sur que ca viens d'un package en stable?
Si c'est le cas prend a la main une autre version du package postgresql. (sans passer par apt, dl direct sur le site de debian )
Marsh Posté le 11-10-2003 à 15:06:27
Hello tout le monde !
J'ai un petit soucis pour installer postgresql sur une debian stable (ca fait la même chose sur une testing d'ailleurs) :
Unpacking postgresql (from .../postgresql_7.3.2r1-5_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb (--unpack):
subprocess pre-installation script returned error exit status 128
Errors were encountered while processing:
/var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Un petit coup de google m'amène ici :
http://lists.debian.org/debian-use [...] 00972.html
This is a bit complicated
since it is the preinstallation script that is failing and it is only in
the deb:
# mkdir /tmp/pg
# cd /tmp
# ar x /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb control.tar.gz
# cd /tmp/pg
# tar xzf ../control.tar.gz
# vi ./preinst
Add the line "set -x" at line 2 of the script and file it.
# tar czf ../control.tar.gz .
# cd ..
# ar r /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb control.tar.gz
# dpkg -i /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb
Ce que je fais ... Et ca me donne ceci :
dpkg -i /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb
(Reading database ... 21670 files and directories currently installed.)
Unpacking postgresql (from .../postgresql_7.3.2r1-5_i386.deb) ...
+ . /usr/share/debconf/confmodule
++ '[' '!' '' ']'
++ exec /usr/share/debconf/frontend /var/lib/dpkg/tmp.ci/preinst install 7.2.1-2 woody2
dpkg: error processing /var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb (-- install):
subprocess pre-installation script returned error exit status 128
Errors were encountered while processing:
/var/cache/apt/archives/postgresql_7.3.2r1-5_i386.deb
skydome:/tmp/pg#
Je n'ai pas de répertoire /var/lib/dpkg/tmp.ci/, est ce que ca pourrait venir de là ?
++ exec /usr/share/debconf/frontend /var/lib/dpkg/tmp.ci/preinst install 7.2.1-2
Une idée ? Je vais faire suivre sur la liste...
@+
Message édité par Evadream -jbd- le 11-10-2003 à 15:16:35