> > > while running a binary compiled in Redhat8.0, on a Redahat7.3 box. I got
> > > an error that glibc2.3 library required, I had glibc2.0 installed on my
> > > Redhat7.3 box, so I copied glibc2.3 libraries from Redhat8.0 to 7.3.
> >
> > How about the reverse? Copy the necessary original RHL7.3 library
> > files into a floppy/CD, boot
> > using an emergency CD (RHL 7.3 and 8.0 installation CDs have such
> > modes)  and copy the original files back?
I think even the upgrade mode of the installation CD should do(someone
please verify)
And that would be easier than identifying and deleting individual files
like this
rpm -q --filesbypkg `rpm -qa | grep glibc`| awk '{print $2}' | tr -s
"\n" "\t"> /tmp/glibcfiles
rm -rf `cat /tmp/glibcfiles`
And then upgrading 
cd /mnt/cdrom/RedHat/RPMS
export $NEWPATH=/mnt/sysimage ( i think )
rpm --oldpackage ‐‐prefix $NEWPATH -ivh glib* ( Check the order of
arguments)

Tarun Dua

          ================================================
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject header. 
Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

Reply via email to