All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Epler <jepler@unpythonic.net>
To: ranjith kumar <ranjithproxy@gmail.com>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: source code of dynamic liner
Date: Mon, 30 Nov 2009 15:11:49 -0600	[thread overview]
Message-ID: <20091130211149.GA3290@unpythonic.net> (raw)
In-Reply-To: <31cff80d0911301258j1a90e40bx8b9cd14740cc6d58@mail.gmail.com>

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

  reply	other threads:[~2009-11-30 21:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 20:58 source code of dynamic liner ranjith kumar
2009-11-30 21:11 ` Jeff Epler [this message]
2009-11-30 21:32 ` Willy Tarreau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091130211149.GA3290@unpythonic.net \
    --to=jepler@unpythonic.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ranjithproxy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.