If you can recompile/relink your software with glibc, that might be
better in the long run, but yes, glibc and libc5 can coexist.  You don't
want to mix them in the same run unit, but ld.so will try to see that
you don't.  Normally, an install for a libc/glibc will set it as the
primary program development library for your system, so it's easiest to
install the one you want for this last.  there is a Glibc howto that
describes at least one setup to be able to compile programs with either
libc.

You can use ldd to tell you which libc a program uses.  To find which
one is being used for program development, I would write a "Hello,
world" program, link it and use ldd on it. :-)

HTH

Lawson
          >< Microsoft free environment

This mail client runs on Wine.  Your mileage may vary.


On Mon, 9 Aug 1999, Elena wrote:

> Hi all!!
> I have a software compiled with libc5 5.4.46 on linux kernel 2.1.131
but
> I want to migrate it to 2.2.9.. is it possible to install libc5 in
2.2.9
> and if so.. what should I do???... do I have to uninstall glibc?? can
> they (libc5 and glibc) coexist?? how can I make work together??... how
> do I know which library is taking my system as the main one??..
> Thank you in advance.
> Looking forward to hearing from you
> 
> Elena
> --
> 




___________________________________________________________________
Get the Internet just the way you want it.
Free software, free e-mail, and free Internet access for a month!
Try Juno Web: http://dl.www.juno.com/dynoget/tagj.

Reply via email to