All of lore.kernel.org
 help / color / mirror / Atom feed
From: stevenkaratnyk@rogers.com (Steven Karatnyk)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket
Date: Thu, 19 Jan 2006 05:27:28 +0000	[thread overview]
Message-ID: <43CF2340.10200@rogers.com> (raw)
In-Reply-To: <43BDFEEE.4070408@rogers.com>

Hi Mark,

Mark M. Hoffman wrote:
> Steven, you can use the following command to see which libraries would be
> used by sensors:
>
> 	$ ldd `which sensors`
>
> E.g., mine says this:
>
> 	$ ldd `which sensors`
>         	linux-gate.so.1 =>  (0xffffe000)
>         	libsensors.so.3 => /usr/local/lib/libsensors.so.3 (0xb7f65000)
>         	libc.so.6 => /lib/tls/libc.so.6 (0xb7e22000)
>         	libm.so.6 => /lib/tls/libm.so.6 (0xb7dff000)
>         	libsysfs.so.1 => /usr/lib/libsysfs.so.1 (0xb7df5000)
>         	/lib/ld-linux.so.2 (0xb7f9f000)

Now there's a neat trick :)

As user I get:

$ ldd `which sensors`
linux-gate.so.1 => (0xffffe000)
libsensors.so.3 => /usr/local/lib/libsensors.so.3 (0x40017000)
libc.so.6 => /lib/tls/libc.so.6 (0x40065000)
libm.so.6 => /lib/tls/libm.so.6 (0x40184000)
libsysfs.so.1 => /lib/libsysfs.so.1 (0x401aa000)
/lib/ld-linux.so.2 (0x40000000)

As root, there is a slight difference (libsensors.so.3):

# ldd `which sensors`
linux-gate.so.1 => (0xffffe000)
libsensors.so.3 => /usr/local/lib/libsensors.so.3 (0x40018000)
libc.so.6 => /lib/tls/libc.so.6 (0x40065000)
libm.so.6 => /lib/tls/libm.so.6 (0x40184000)
libsysfs.so.1 => /lib/libsysfs.so.1 (0x401aa000)
/lib/ld-linux.so.2 (0x40000000)

Thanks, Steven



  parent reply	other threads:[~2006-01-19  5:27 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-06  5:23 [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket 1944) Steven Karatnyk
2006-01-06  7:01 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket Jim Cromie
2006-01-06  9:06 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: Ymu
2006-01-06 18:53 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket Jean Delvare
2006-01-06 19:08 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: Jean Delvare
2006-01-06 19:16 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket Steven Karatnyk
2006-01-06 19:34 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: Steven Karatnyk
2006-01-06 19:41 ` Steven Karatnyk
2006-01-06 20:06 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket Jim Cromie
2006-01-08  1:30 ` Steven Karatnyk
2006-01-10 21:33 ` Steven Karatnyk
2006-01-11  6:56 ` CityK
2006-01-11  7:01 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket 1944) Steven Karatnyk
2006-01-11 22:20 ` [lm-sensors] seeking a W83687THF patch for 2.6.15 (re: ticket Jean Delvare
2006-01-12 22:37 ` Jean Delvare
2006-01-13  4:59 ` Steven Karatnyk
2006-01-14 23:54 ` Steven Karatnyk
2006-01-15 17:54 ` Jean Delvare
2006-01-15 18:00 ` Jean Delvare
2006-01-16 19:41 ` Steven Karatnyk
2006-01-16 20:11 ` Steven Karatnyk
2006-01-16 22:20 ` Jean Delvare
2006-01-16 22:27 ` Jean Delvare
2006-01-19  4:41 ` Mark M. Hoffman
2006-01-19  5:07 ` Steven Karatnyk
2006-01-19  5:20 ` Steven Karatnyk
2006-01-19  5:27 ` Steven Karatnyk [this message]
2006-01-20  7:42 ` Jean Delvare
2006-01-24  5:51 ` Steven Karatnyk

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=43CF2340.10200@rogers.com \
    --to=stevenkaratnyk@rogers.com \
    --cc=lm-sensors@vger.kernel.org \
    /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.