Oh, sorry, fixed it with
rpm -iv --force libwpd-0.8.7-3.el5.i386.rpm rpm -iv --nodeps libwpd-devel-0.8.7-3.el5.i386.rpm
I suppose the RPM database is too fragile by design.
R-C
__________________________________________________________________ Make your browsing faster, safer, and easier with the new Internet Explorer® 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/
Radu-Cristian FOTESCU wrote:
Oh, sorry, fixed it with
rpm -iv --force libwpd-0.8.7-3.el5.i386.rpm rpm -iv --nodeps libwpd-devel-0.8.7-3.el5.i386.rpm
That's pretty ugly. :-)
Is this perchance a multi-arch system? On x86_64:
[root@wx1 ~]# rpm -q libwpd-devel package libwpd-devel is not installed [root@wx1 ~]# rpm -q libwpd libwpd-0.8.7-3.el5.x86_64 [root@wx1 ~]# yum install libwpd-devel ... [root@wx1 ~]# rpm -q libwpd libwpd-devel libwpd-0.8.7-3.el5.x86_64 libwpd-0.8.7-3.el5.i386 libwpd-devel-0.8.7-3.el5.x86_64 libwpd-devel-0.8.7-3.el5.i386
I suppose the RPM database is too fragile by design.
Sounds more like a yum problem than one with the RPM database.
Phil