What is the process to compile and install libc on redhat linux?
Posted
by Naresh
on Stack Overflow
See other posts from Stack Overflow
or by Naresh
Published on 2010-06-18T00:27:21Z
Indexed on
2010/06/18
0:33 UTC
Read the original article
Hit count: 330
Hi, I have a server running Redhat EL 4.x. I have some changes to do in the source files of libc. And now I need to build the library "libc.so.6.." and install the same.
My application finally depends on /lib/tls/libc.so.6
So, please let me know the process to build and install the "libc".
Thanks for your time and help.
© Stack Overflow or respective owner