>> How can I install Glibc 2.3 without the dependences conflict?.
> Wrong list

1 last additional info ;-)

> # rpm -Fvh glibc*

here is a link
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=88456

----

Description of problem:
installing glibc-2.3.2-27.9.i686.rpm with rpm -Fvh (with glibc-common) causes
system to be useless (anything linked with glibc dumps core).

----

Steps to Reproduce:
1. ftp the rpm files
2. rpm -Fvh glibc*
3. cry

----

You're "upgrading" from the i686 glibc to the i386 glibc.  The upgrade
ordering puts the "new" i386 glibc on the system, runs the %post,
which fails because there are some files in /lib/i686 and
/usr/lib/i686 left over from the "old" i686 glibc which are used in
the %post.  Once the %post fails, the "old" i686 glibc never gets
removed, so you're stuck with things using the wrong libraries and
you'll get segfaults all the time.
----


-- shrek-m


_______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to