On Tue, 12 Oct 2004 15:42:26 -0400, John Hodges <j.d.hodges@xxxxxxxxxxxx> wrote: > A quick question for you all.. > > The other day there was a thread on this list about firefox rpms, so I > decided I would download and install the rpm. Predictably, it told me that > firefox required desktop-files (or something similar) and libstdc++.s0.6. > The first file desktop-whatever was part of the Fedora development tree, so > I downloaded that as well, and finally grabbed libstdc++34*rpm (since I had > libstdc++.so.5 currently on my system). What surprised me is this; I tried > to upgrade the libstdc++ package using 'rpm -Uvh libstdc++34*' and it spit > out over a page worth of packages that depend upon libstdc++.so.5. The > question, then, is would a newer version of the same package not also > satisfy these dependencies? If so, why was I not able to install using -U? it probably tries to clean up the previous rpm install which would include replacing so.5 with so.6 i guess. {DONT DO THIS} it may work if you forced the remove of the old packace forced the new package and linked so.6 to so.5 - but your morelikely to end up reinstalling. Pybe