glibc-2.3 code on glibc-2.2 system?
- From: Denes Molnar <molnar@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Dec 2005 05:08:35 -0500
Hi,
I have a program that I would like to run on my old glibc-2.2 linux (RedHat 7.3) but it requires glibc-2.3. Is there a way to supply those libraries only to that particular program but keep the rest of the system intact? I really want to avoid a full system upgrade (it is a notebook with all my goodies).
I tried using LD_LIBRARY_PATH with a copy of Fedora Core 4 libraries (libc, libpthread), which keeps the linker happy but the program crashes in the end. Also tried adding libm to the list but does not help.
Thanks for any help or pointers,
Denes
P.S: In case it matters, according to ldd, the proggy links against a whole bunch of additional libraries - librt, libXt, libXext, libXmu, libSm, libICE, libX11, libbc, and libdl - but the linker did not complain about these.
.
- Follow-Ups:
- Re: glibc-2.3 code on glibc-2.2 system?
- From: Peter T. Breuer
- Re: glibc-2.3 code on glibc-2.2 system?
- From: Frank Hamersley
- Re: glibc-2.3 code on glibc-2.2 system?
- Prev by Date: Re: Where is a Debian network setup site?
- Next by Date: Re: linux kernel installation
- Previous by thread: linux kernel installation
- Next by thread: Re: glibc-2.3 code on glibc-2.2 system?
- Index(es):
Relevant Pages
|