Bonjour, j'ai un probleme similaire mais dont la resolution n'est pas aussi simple.
Mon applicatif ,suite a un crash disk, a ete relocalisé sur un serveur avec une distrib assez vieille ( mais qd meme 3.0 ) J'ai besoin de upgrader apache pour avoir ds fonctionnalités spéciales, mais apt-get me le refuse :
Citation :
> apt-get --simulate install apache
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:
Sorry, but the following packages have unmet dependencies:
apache: Depends: apache-common (>= 1.3.33-4) but 1.3.27.0-1 is to be installed
E: Sorry, broken packages
> apt-get --simulate install apache-common
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:
Sorry, but the following packages have unmet dependencies:
apache-common: Depends: apache2-utils but it is not going to be installed
Depends: sed (>= 4.0.5-1) but 3.02-8 is to be installed
Depends: ucf (>= 1.06) but 0.07 is to be installed
E: Sorry, broken packages
> apt-get --simulate install apache2-utils
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:
Sorry, but the following packages have unmet dependencies:
apache2-utils: Depends: libpcre3 (>= 4.5) but 3.4-1.1 is to be installed
E: Sorry, broken packages
(mogii3's root, 5) /var/www/kigen/GUI/user/shockwave # apt-get --simulate install libpcre3 Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libpcre3 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 136 not upgraded.
|
Ma premiere theorie serait que le serveur aurait besoin d'un bon upgrade - mais , a cause de la politique a laquelle je suis soumis, il me faudrait une preuve plutot qu'une intuition pour demander une maintenance sur cette machine. Comment puis-je vérifier à coup sur que le refus par apt-get provient, en fin de compte, d'une version du kernel trop ancienne ? ( ou d'une de ses libs ).
Ou alors, si je raconte n'importe quoi ( c'est tout à fait possible , considérant ma très modeste expérience sur Debian ), d'ou pourrait provenir le probleme au vu du log fourni ci dessus ?
Message édité par deidril le 08-03-2005 à 19:08:16