Thread: Glibc
View Single Post

   
  #2 (permalink)  
Old 01-17-2008, 06:05 PM
Nico Kadel-Garcia
 
Posts: n/a
Default Re: Glibc


"Benoit LEROYER" <benoit@gide.net> wrote in message
news:brch3n$o1a$1@news2.isdnet.net...
> I've a box with Redhat 9.0 and glibc-2.3.2-27 and i need for one software

to have glibc-2.2.5.
> How can append glibc-2.2.5 to my existant box ? (with rpm or tgz files)


You usually don't. Some older RedHat releases had various "compat-*" library
packages, but is there a reason you can't recompile that one software
package?

Alternatively, you can compile the alternative glibc by hand from tarball,
put it in an "/opt" or other separate location so other programs don't find
it, and use "LD_LIBRARY_PATH" in a wrapper with your old application to tell
it to look for the old glibc's. But this can fail, for a number of reasons
involving finding the correct versions of other libraries built with the
newer glibc.....


Reply With Quote