On Thursday, Oct 25, 2001, Charles A Edwards wrote: > > > So where is python-devel-2.1.1-5 to solve this? > > > > libpython2.1-devel-* > > > > But if python-devel is installed why does libpython-devel not show as an update > or at least a required depend?
Probably because it's a different name. You get the warning when doing 'rpm -Uvh', because you're trying to update python. Well, python-devel requires 2.1.1-4, so it tells you that, and won't do it because you're not updating python-devel also (because it's a different name). Long story short, do 'rpm -e python-devel', and then you should be able to update just fine. -- Paul Cox <paul at coxcentral dot com> Kernel: 2.4.8-26mdk - Uptime: 16 hours 48 minutes.
