HowTo deal with linuxthread libraries

John Reiser jreiser@BitWagon.com
Mon Oct 15 14:30:00 GMT 2007


Helmut <vdr@helmutauer.de> wrote:
> After Gentoo updated to glibc-2.6.1 I recognozied, that linuxthreads
> are no longer supported. Unfortunately one of the main targets of my
> gentoo based distri (gen2vdr) is using an old library which is using
> linuxthreads and is only available as binary (damned closed source).
> There are 2 applications using this beast: vdr and mplayer.
> What do I have to do to keep my system up to date ( using glibc >= 2.6 ),
> but build these applications with glibc 2.5 ?

See  http://BitWagon.com/rtldi/rtldi.html  for one method that allows
co-existence of multiple runtime versions of glibc.

As for compiling and linking, the safest approach is: don't.  Instead,
create an archive of the applications after building under glibc-2.5,
then extract from that archive as necessary.

-- 



More information about the Libc-alpha mailing list