This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: glibc 2.20 make install


On Tue, 14 Oct 2014, Michael Brunnbauer wrote:

hi all,

I remember reading that upgrading glibc with make install is not a good idea
or "not supported". What is the correct way of upgrading glibc?

The way I've always done it is:

make DESTDIR=/tmp/somedir install
cd /tmp/somedir && tar cvfz $HOME/glibc.tar.gz usr var

then boot from (e.g.) SystemRescueCd, mount the relevant partition and untar glibc.tar.gz at the appropriate place. Finally, reboot
back to the real system.

Allin Cottrell


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]