This is the mail archive of the libc-alpha@sourceware.cygnus.com 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]

Re: [juergen@monocerus.demon.co.uk] libc/1133: make install twice necessary


> 
> There seems to be one problem with upgrading from pre2 to pre3 as
> reported by Jürgen Heinzl (see below).  I didn't have that problem
> myself.  Has anybody else seen this?
> 
> Jürgen, could you give more details, please?
> 

Glibc installation has always been a problem for me. My solution is

# make install install_root=/foo/bar
# cd /foo/bar
# cp -af sbin etc usr /
# mkdir /lib/glibc-2.1.1-19990519
# cd lib
# cp -af . /lib/glibc-2.1.1-19990519
# cd /lib
# ln -sf glibc-2.1.1-19990519/* .

I hope we can formalize on it. It will make glibc upgrade much
easier and safer.


H.J.

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