auf.kante
Gunnar macht sich selbststaendig und fliegt auf
die Schnauze
wird erfolgreich. Wer mag darf zuschauen.
Gunnar is starting his business. He will certainly
fail succeed. You may watch.
auf.kante
www.flickr.com

Fri, 03 Nov 2006

glibc-2.4 on virtual servers with an old kernel

Since I got this request several times now I thought it would be useful to blog it once:

If you run Gentoo on a virtual server with an older Kernel (this is the case for systems rent at 1 and 1 or Strato in Germany) you won't be able to upgrade to the newer glibc-2.4 since it only supports nptl systems.

Instead you will need to relink your /etc/make.profile to the correct profile:

rm /etc/make.profile
ln -s /usr/portage/profiles/default-linux/x86/vserver/no-nptl/ /etc/make.profile

Make sure you have both nptl and nptlonly USE-flags deactivated when running emerge -pv glibc.