Using a newer version of glibc

From: Prakash Prabhu (prakash.prabhu_at_gmail.com)
Date: 09/02/04


Date: 2 Sep 2004 02:40:33 -0700

Hi,

I have an executable which needs to use a library function available
in a higher version of glibc . I also do not have root access to
install a newer version of
glibc in my system. CAn I download a new version of glibc and make the
executable to use the newer version instead of the old one . The error
I am getting is :

 error in loading shared libraries: ./newsplex: symbol
gethostbyname_r, version GLIBC_2.1.2 not defined in file libc.so.6
with link time reference

Thanks,
Prakash



Relevant Pages

  • Re: relocation error: sc3u: symbol _dl_global_scope
    ... GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference How is it, if the glibc-2.3.5-10 is newer than the game? ... the symbol does not even exist anymore. ... The only thing you can do is to run the code with an old glibc. ...
    (Fedora)
  • Re: Using a newer version of glibc
    ... Prakash Prabhu wrote: ... > I have an executable which needs to use a library function available ... > in a higher version of glibc. ... Well well, a reentrant gethostbyname. ...
    (comp.os.linux.misc)