Gentoo Archives: gentoo-dev

From: James Holden <gentoo@×××××××××××.net>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Large File Support
Date: Tue, 10 Aug 2004 11:08:08
Message-Id: 4118AC8E.10904@jamesholden.net
In Reply to: Re: [gentoo-dev] Large File Support by Jason Cooper
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Jason Cooper wrote:
5 [... stuff about LFS ...]
6
7 | try 'ldd <executable-name>' That should tell you what libraries it
8 | uses. You may also want to do the same thing to the programs that can
9 | read >2GB on that platform. That should give you a good idea which
10 | library it may be.
11 |
12 | Cooper.
13
14 OK...
15
16 james@ultra5 james $ ldd `which dvdrecord`
17 ~ libc.so.6 => /lib/libc.so.6 (0x7002c000)
18 ~ /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x70000000)
19 james@ultra5 james $ ldd `which jigdo-file`
20 ~ libz.so.1 => /usr/lib/libz.so.1 (0x7002c000)
21 ~ libstdc++.so.5 =>
22 /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.3.3/libstdc++.so.5 (0x7004c000)
23 ~ libm.so.6 => /lib/libm.so.6 (0x70118000)
24 ~ libgcc_s.so.1 =>
25 /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.3.3/libgcc_s.so.1 (0x701ac000)
26 ~ libc.so.6 => /lib/libc.so.6 (0x701c8000)
27 ~ /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x70000000)
28
29 So, dvdrecord links to:
30
31 /lib/libc.so.6
32 /lib/ld-linux.so.2
33
34 The offending executable, jigdo-file links to:
35
36 /usr/lib/libz.so.1
37 /lib/libm.so.6
38 /lib/libc.so.6
39 /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.3.3/libstdc++.so.5
40 /usr/lib/gcc-lib/sparc-unknown-linux-gnu/3.3.3/libgcc_s.so.1
41
42 Any ideas? I'm still stuck, but thanks for your help so far though Jason.
43
44 James
45
46 - --
47 James Andrew Holden, Leeds, UK (james at jamesholden dot net)
48 GPG Key: 1024D/8358863A *Please encrypt mail where possible!*
49 Fingerprint: 32C9 A76F 3CFE A06C 1B00 5AAB 9877 4742 8358 863A
50 jamesholden.net ICQ: 11290827 >Buy Linux CDs from fastdiscs.com<
51 -----BEGIN PGP SIGNATURE-----
52 Version: GnuPG v1.2.3 (GNU/Linux)
53 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
54
55 iD8DBQFBGKyNmHdHQoNYhjoRAo1PAKCzjkjx0HKyzLxmJ12wrNASPRK3sQCgyYzr
56 q3wTUfoR3Ewt8XnXcF8eot0=
57 =z26w
58 -----END PGP SIGNATURE-----
59
60 --
61 gentoo-dev@g.o mailing list