for those that are interested, glibc 2.3.4 can be built and installed from src for fedora 2 with no problems -- however, there is a need to remove /lib/tls before you do "make install". otherwise once the new glibc libs and new ld.so are in place, almost everything on the box (rm in the case of install) tries to resolve symbols from /lib/tls/libc.so.6 and fails for the GLIB_PRIVATE errors that i reported at begining of this thread. options used to build are: ../glibc-2.3.4/configure --prefix=/usr \ --sysconfdir=/etc \ --enable-add-ons=nptl \ --with-tls --with-__thread \ --enable-bind-now (the bind-now was derived from glibc.spec) and built with gcc 3.4.3. --- Ulrich Drepper <drepper@xxxxxxxxxx> wrote: > Ray wrote: > > has anyone successfully built/installed glibc on > > fedora 2 to avoid this? and yes, i want to build > from > > src. > > Then you are on your own to develop the appropriate > changes to the > install process and maintain them. Replacing glibc > as part of make > install is simply to difficult these days. Yes, it > could work, but it > will always be fragile and require enormous amounts > of work to maintain. > This operation is simply not supported anymore. > Live with it. If you > don't, your only viable option is to look at the > glibc .spec file, and > use it to build a custom RPM with the sources you > want. > > -- > â?§ Ulrich Drepper â?§ Red Hat, Inc. â?§ 444 Castro > St â?§ Mountain View, CA â?? > Send instant messages to your online friends http://uk.messenger.yahoo.com