On Friday 08 October 2004 13:59, Carlos E. R. wrote:
The Friday 2004-10-08 at 11:03 +0200, Leendert Meyer wrote:
No. db-devel is db-devel, obviously.
Watch out here folks, there are two versions of db/glibc: an i586 and an i686 version. db and glibc have to be both of the same kind.
Ahhhh... yes, that explains the diferences. Yes, I did my initial checkings on a suse 7.3, no such thing there.
To see what is installed:
rpm -qa --qf %{DISTRIBUTION}\\\ %{NAME}\\\n | egrep '\<(glibc|db)(-devel)?$'
Intresting. Mine do not match:
SuSE Linux 9.1 (i586) db-devel SuSE Linux 9.1 (i586) glibc-devel SuSE Linux 9.1 (i586) db <---- SuSE Linux 9.1 (i686) glibc
Should I solve that? How?
Yes, you should. IMO, best would be to leave the i686 glibc, because it is the biggest rpm. That means db, db-devel, and glibc-devel have to be uninstalled, and re-installed with their i686 counterparts. Cheers, Leen