> % sudo rpm -Uvh tix-devel-8.1.4-97.i386.rpm tix-8.1.4-97.i386.rpm > error: Failed dependencies: > libtix8.1.8.3.so is needed by (installed) tkinter-2.2.2-2 > > I've built my own source rpm for tix. When I try to install the RPM > that it builds, I get the above error. I can install the RPM anyways if > I use --nodeps, but is that the right solution? This error is a bit misleading. It means that the package tkinter, which is already installed, needs a version of libtix8 that is going to be deleted (because it is updated by your version, which apparently is not the right version). There are two solutions, depending on some things. Sometimes, if none of the files collide, you can install both versions (specify "-i" instead of "-U"). Sometimes. Otherwise you will need to fix the tkinter package to accept other versions of libtix8 (if that works) or install a newer version of tkinter that does accept your newer version of libtix8. _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list