It can be done, but it's a great deal of work. I've done it. Note that to make a working system, you'll have to do a lot of chasing - you'll find that there are dependencies, dependencies of dependencies, 3rd, 4th level, etc. You'll end up doing practically a full re-install on one rpm line. But it can be done...
-----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 1:19 PM To: [EMAIL PROTECTED] Subject: Re: [Ntop] Glibc dependences conflict. Devdas Bhagat wrote: >On 29/10/03 10:30 -0500, Hernando Tovar wrote: ><snip> > > >>How can I install Glibc 2.3 without the dependences conflict?. >> >> >Wrong list. >#rpm -Fvh glibc* >Be careful that this doesn't break other programs. > > please don�t do it in this way! i am sure you would run in trouble. http://bugzilla.redhat.com/ check which "arch" you have installed # rpm -qa --qf "%{name} %{arch}\n" glib* glibc i686 glib-devel i386 glibc-kernheaders i386 glib2 i386 glibc-devel i386 glib i386 glibc-common i386 glib2-devel i386 and then try it in eg. this way # rpm -Fvh glibc-*i686* glib-common*i386* -- shrek-m _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
