On Mon, Sep 22, 2008 at 9:24 PM, MargoAndTodd <[EMAIL PROTECTED]> wrote: > Hi All, > > Anyone know why this is happening?
Yes, the error below is reasonably clear, though you have to read carefully. That file is provided by two rpms of different names from different repositories. You have libmad from rpmforge, and libmad0 (likely) from epel. Since they have different names, they are treated as different packages, but they provide the same file. Mixing repositories like rpmforge and epel will occasionally produce results like this, and you have to be careful to update your packages from the repo you start with. Mixing and matching can lead to rather complex issues down the road. See if this explanation makes sense again when you look at the error below. > > Transaction Check Error: > file /usr/lib/libmad.so.0.2.1 from install of libmad-0.15.1b-4.el5.rf > conflict > s with file from package libmad0-0.15.1b-3.0.el5 > > Error Summary > ------------- > > > _______________________________________________ > users mailing list > [email protected] > http://lists.rpmforge.net/mailman/listinfo/users > -- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
