Gentoo Archives: gentoo-amd64

From: Richard Freeman <rich@××××××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] binary 32-bit libs, LDPATH questions
Date: Mon, 26 Sep 2005 21:46:00
Message-Id: 43386BB9.7080001@thefreemanclan.net
In Reply to: Re: [gentoo-amd64] binary 32-bit libs, LDPATH questions by Daniel Gryniewicz
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Daniel Gryniewicz wrote:
5 >
6 > Best guess is that /usr/NX/lib is listed before /emul/linux/x86/usr/lib
7 > in ld.so.conf, and so 32-bit programs trying to resolve the X libs get
8 > the NX libs rather than the emul-linux-x86-xlibs. (NX provides X libs)
9 > Try moving the /etc/env.d/ file that provides the /usr/NX LDPATH to
10 > after (higher number prefix) the 04multilib file?
11 >
12
13 It is listed as 50.
14
15 Snip from ld.so.conf:
16 ...
17 /lib32
18 /usr/lib32
19 /usr/local/lib32
20 /lib64
21 /usr/lib64
22 /usr/local/lib64
23 /usr/x86_64-pc-linux-gnu/lib
24 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4
25 /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/32
26 /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3
27 /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.3.3/32
28 /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.4.2
29 /usr/lib/gcc-lib/x86_64-pc-linux-gnu/3.4.2/32
30 ...
31 /usr/NX/lib
32 ...
33 /emul/linux/x86/lib
34 /emul/linux/x86/usr/lib
35 ...
36
37 I noticed I also have by 32-bit chroot way at the bottom - not sure if
38 that helps/hurts...
39 -----BEGIN PGP SIGNATURE-----
40 Version: GnuPG v1.4.1 (GNU/Linux)
41 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
42
43 iD8DBQFDOGu5g2bN8aFizRkRAurVAJ9O72at/kCzYB7YVV5Qhp8Ogh+09wCdEB9R
44 aNhK92mgPlMiEhUTWtZ8B8A=
45 =S3vM
46 -----END PGP SIGNATURE-----

Attachments

File name MIME type
smime.p7s application/x-pkcs7-signature

Replies

Subject Author
Re: [gentoo-amd64] binary 32-bit libs, LDPATH questions Daniel Gryniewicz <dang@g.o>