Bonjour,
Si j’ai bien tout compris (merci de me le confirmer), pour installer splashy j’ai du mettre à jour des librairies genre glibc avec une version plus récente provenant de la version unstable. Et pour réinstaller mes ‘locales’ (le paquet n’est plus installé apperremment) j’ai besoin de glibc mais en version stable (plus ancienne).
Le souci c’est que si je remet l’ancienne splashy risque de ne plus fonctionnait non ?
zimbra:/home/anakin# apt-get remove locales
Reading package lists… Done
Building dependency tree… Done
Package locales is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
zimbra:/home/anakin# apt-get install locales
Reading package lists… Done
Building dependency tree… 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.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
locales: Depends: glibc-2.3.6.ds1-1
E: Broken packages
Pour trouver ma version actullement installer j’ai fait ceci : :smt003
zimbra:/home/anakin# ls -al /lib/libc*
-rwxr-xr-x 1 root root 1335536 Oct 18 18:52 /lib/libc-2.6.1.so
lrwxrwxrwx 1 root root 13 Nov 9 17:39 /lib/libc.so.6 -> libc-2.6.1.so
lrwxrwxrwx 1 root root 14 Sep 27 18:31 /lib/libcap.so.1 -> libcap.so.1.10
-rw-r–r-- 1 root root 11024 Apr 14 2004 /lib/libcap.so.1.10
lrwxrwxrwx 1 root root 17 Sep 27 18:31 /lib/libcfont.so.0 -> libcfont.so.0.0.0
-rw-r–r-- 1 root root 10644 Sep 5 2006 /lib/libcfont.so.0.0.0
-rw-r–r-- 1 root root 185824 Oct 18 18:52 /lib/libcidn-2.6.1.so
lrwxrwxrwx 1 root root 16 Nov 9 17:39 /lib/libcidn.so.1 -> libcidn-2.6.1.so
lrwxrwxrwx 1 root root 17 Sep 27 18:31 /lib/libcom_err.so.2 -> libcom_err.so.2.1
-rw-r–r-- 1 root root 5820 Mar 7 2007 /lib/libcom_err.so.2.1
lrwxrwxrwx 1 root root 19 Sep 27 18:31 /lib/libconsole.so.0 -> libconsole.so.0.0.0
-rw-r–r-- 1 root root 73540 Sep 5 2006 /lib/libconsole.so.0.0.0
-rw-r–r-- 1 root root 21912 Oct 18 18:52 /lib/libcrypt-2.6.1.so
lrwxrwxrwx 1 root root 17 Nov 9 17:39 /lib/libcrypt.so.1 -> libcrypt-2.6.1.so
lrwxrwxrwx 1 root root 19 Sep 27 18:31 /lib/libctutils.so.0 -> libctutils.so.0.0.0
-rw-r–r-- 1 root root 18380 Sep 5 2006 /lib/libctutils.so.0.0.0
Non ?
Peut-être puis-je juste remplir le fichier /etc/locale.gen
à la main avec les paramètres de la langue française ?
Et d’habitude une version plus récente d’une librairie reprend toujours les fonctions des plus anciennes ? Donc une version égale ou supérieure devrait marcher ?
Merci pour toutes ces futures réponses… 