[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
how to recover from corrputed glibc package install
- From: Daniel Rubin <dlrubin yahoo com>
- To: rpm-list redhat com
- Subject: how to recover from corrputed glibc package install
- Date: Fri, 22 Aug 2003 17:47:36 -0700 (PDT)
I temporarily downgraded glibc rpm's to install oracle
on RedHat 9 using
this command:
rpm -Uvh --force glibc-2.3.2-5.i686.rpm
glibc-common-2.3.2-5.i386.rpm
glibc-devel-2.3.2-5.i386.rpm
which completed without error; and later, I
re-upgraded the packages
with this command:
rpm -Uvh glibc-2.3.2-11.9.i686.rpm
glibc-common-2.3.2-11.9.i386.rpm
glibc-devel-2.3.2-11.9.i386.rpm
I've since learned that doing this was a very bad
thing, and that I should
have done rpm -e for all these packages and then rpm
-i. But in the meantime,
I'd like some help recovering from the current mess.
For these packages, there
are now parts of both versions present:
rpm -e glibc, shows multiple packages:
error: "glibc" specifies multiple packages
rpm -qv shows two packages for glibc:
# rpm -qv glibc
glibc-2.3.2-5
glibc-2.3.2-11.9
and it looks like glibc is messed up:
# rpm -V glibc
Unsatisfied dependencies for glibc-2.3.2-5:
glibc-common = 2.3.2-5
.......T c /etc/rpc
S.5....T /lib/i686/libc-2.3.2.so
S.5....T /lib/i686/libm-2.3.2.so
<snip>
So the question is how best to clean up the failed
glibc install?
Do I do
rpm -e glibc-2.3.2-5
rpm -e glibc-2.3.2-11.9
and then
rpm -i glibc-2.3.2-11.9?
What if these fail, and can I be sure no stray files
left behind?
Thanks
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]