On Sat, 28 Aug 1999, Isaac To wrote: > Will predepend helps here? I think it would be reasonable for apt to > predepend the specific version of libstdc++2.9-glibc2.1 needed. Of course > that would require that libstdc++2.9-glibc2.1 to be able to co-exist with > libstdc++2.9, or the same problem would occur the other way round. I don't > know whether this is the case, though.
There is nothing that can be done here. You have to unpack apt, libc6 and the the new libstdc++ for APT in that order because of the way they all interdepend. If you stop APT in the middle then it will be broken. This is primarily due to a bug in glibc that prevents older APT's from working with newer glibcs. > Also, is it possible to make sure that the two package get unpacked and > configured as close to each other as possible? It already does this. Jason

