Javier Velasco: > Tengo instalada una Debian/Testing, y ayer hize: > > apt-get update > apt-get --show-upgraded dist-upgrade > Reading Package Lists... Done > Building Dependency Tree... Done > Calculating Upgrade... Done > The following packages will be REMOVED: > php4 php4-imap php4-mysql phpmyadmin > [...] > > �Por qu� me quiere desinstalar php4 y phpmyadmin?, yo no los he > seleccionado para desinstalar...
Porque el nuevo paquete libc6 tiene un Conflicts: php4 (<< 4:4.2.3-5). Esto lo explic� Anthony Towns en debian-devel-announce el d�a 8 de marzo: php4 will be broken on all architectures. This will be fixed by the removal of the Conflicts: line from the libc6 packages in a forthcoming revision. It can be worked around by not upgrading until that version of libc6 is available; by upgrading to php4 from unstable; or by manually forcing the dependencies (and not using apt).

