On Thu, Apr 06, 2006 at 09:44:16PM +0000, Kevin Kofler wrote: > > That probably wont work anymore. > > > > http://www.redhat.com/archives/fedora-devel-list/2005-July/msg00217.html > > > > http://fedora.redhat.com/docs/release-notes/fc5/#id3083554 > > That's why you have to actually fetch a pre-FC5 (e.g. FC4) glibc and put it > into the application directory. It apparently worked for at least one FC5 user, > and I can see how it could work. Not that this is something I'd recommend to do > except as a last resort. It is doable, but you need to use FC4 dynamic linker as well, so run it as /whatever/dir/ld-2.3.*.so --library-path /whatever/dir/ \ /whatever/dir/the_program arguments and grab all the libraries the program is using into /whatever/dir/ from FC4, not just glibc. If it say uses X libs, then you need to unpack X shared libraries there etc. The reason is that (almost) all shared libraries in FC5 require things that LinuxThreads does not provide (mainly -fstack-protector support). Jakub