Gentoo Archives: gentoo-user

From: "Peter Böhm" <peter.bo@×××.de>
To: gentoo-user@l.g.o, Michael <confabulate@××××××××.com>
Subject: Re: [gentoo-user] glibc can't find /lib/libdl.so.2
Date: Sat, 18 Mar 2023 19:38:07
Message-Id: 12170838.O9o76ZdvQC@big
In Reply to: [gentoo-user] glibc can't find /lib/libdl.so.2 by Michael
1 Michael,
2
3 is this a systemd machine ? If yes: We had the same problem before some days
4 in our Gentoo forum:
5
6 https://forums.gentoo.org/viewtopic-t-1162393.html
7
8 Here it was SystemCallFilter from systemd.
9
10 Regards,
11 Peter
12
13 Am Samstag, 18. März 2023, 19:36:10 CET schrieb Michael:
14 > It's only been a couple of weeks since I updated this system, so I don't
15 > know
16 > why it fails with a glibc update, while other systems have no problem:
17 [...]
18 > * The specific snippet of code:
19 > * [[ $STAT -eq 0 ]] || die "CONFIG_IA32_EMULATION must be
20 > enabled in the kernel to compile a multilib glibc.";
21 > *
22 >
23 > The kernel has IA32_EMULATION compiled in:
24 >
25 > # grep IA32_EMULATION /usr/src/linux/.config
26 > CONFIG_IA32_EMULATION=y
27 >
28 > and /lib/libdl.so.2 appears to be present and correct:
29 >
30 > $ ls -l /lib/libdl.so.2
31 > -rwxr-xr-x 1 root root 13660 Nov 20 13:59 /lib/libdl.so.2
32 >
33 > So, why does it fail and more importantly ... how can I get past it? ;-)

Replies

Subject Author
Re: [gentoo-user] glibc can't find /lib/libdl.so.2 Michael <confabulate@××××××××.com>