* source code of dynamic liner
@ 2009-11-30 20:58 ranjith kumar
2009-11-30 21:11 ` Jeff Epler
2009-11-30 21:32 ` Willy Tarreau
0 siblings, 2 replies; 3+ messages in thread
From: ranjith kumar @ 2009-11-30 20:58 UTC (permalink / raw)
To: linux-kernel
Hi,
Please tell me where can I find the 'source code of dynamic linker on
linux for x86 processors'?
Thanks in advance.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: source code of dynamic liner
2009-11-30 20:58 source code of dynamic liner ranjith kumar
@ 2009-11-30 21:11 ` Jeff Epler
2009-11-30 21:32 ` Willy Tarreau
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Epler @ 2009-11-30 21:11 UTC (permalink / raw)
To: ranjith kumar; +Cc: linux-kernel
The dynamic loader is part of userspace, so it is not an appropriate
topic for the linux-kernel mailing list.
Your Linux distribution probably includes tools for obtaining the
source package for any installed file. For instance, on Debian-derived
systems including Ubuntu, you can use dpkg-query and apt-get for these
tasks:
# Determine what binary package provides the file /lib/ld-linux.so.2
$ dpkg-query -S /lib/ld-linux.so.2
libc6: /lib/ld-linux.so.2
# Download and untar the related source package
$ apt-get source libc6
... (downloaded 14.5MB of files) ...
dpkg-source: extracting glibc in glibc-2.3.6
dpkg-source: unpacking glibc_2.3.6.orig.tar.gz
dpkg-source: applying ./glibc_2.3.6-0ubuntu20.5.diff.gz
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: source code of dynamic liner
2009-11-30 20:58 source code of dynamic liner ranjith kumar
2009-11-30 21:11 ` Jeff Epler
@ 2009-11-30 21:32 ` Willy Tarreau
1 sibling, 0 replies; 3+ messages in thread
From: Willy Tarreau @ 2009-11-30 21:32 UTC (permalink / raw)
To: ranjith kumar; +Cc: linux-kernel
On Tue, Dec 01, 2009 at 02:28:09AM +0530, ranjith kumar wrote:
> Hi,
>
> Please tell me where can I find the 'source code of dynamic linker on
> linux for x86 processors'?
it's shipped with glibc (or any other dynamic C library).
Willy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-11-30 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 20:58 source code of dynamic liner ranjith kumar
2009-11-30 21:11 ` Jeff Epler
2009-11-30 21:32 ` Willy Tarreau
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.