Gentoo Archives: gentoo-user

From: Bo Andresen <bo.andresen@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] overnetclc: error while loading shared libraries: libstdc++.so.5: cannot open
Date: Wed, 15 Mar 2006 14:36:03
Message-Id: 200603151529.54790.bo.andresen@gmail.com
1 I am having a problem with overnet on an amd64 computer. For some reason it
2 connat load libstdc++.so.5.
3
4 $ overnetclc
5 overnetclc: error while loading shared libraries: libstdc++.so.5: cannot open
6 shared object file: No such file or directory
7
8 I checked and realized that I did not have this file so I emerged
9 libstdc++-v3. This did get me the file in /usr/lib64. Still no luck. I
10 suppose the problem is that overnet is a binary package which requires a 32
11 bit library. Still I don't know how to solve this problem. Perhaps the
12 problem is that I need multilib but I don't know how to select that since the
13 multilib use flag is missing.
14
15 # equery hasuse multilib
16 [ Searching for USE flag multilib in all categories among: ]
17 * installed packages
18 [I--] [ ] sys-libs/libstdc++-v3-3.3.4 (5)
19 [I--] [ -] sys-libs/glibc-2.3.5-r2 (2.2)
20 [I--] [ -] sys-devel/gcc-3.4.4-r1 (3.4)
21
22 # emerge -vp `equery hasuse multilib | sed -e 's/^/=/'`
23
24 These are the packages that would be merged, in order:
25
26 Calculating dependencies... done!
27 [ebuild R ] sys-libs/libstdc++-v3-3.3.4 USE="nls nptl -build" 0 kB
28 [ebuild R ] sys-libs/glibc-2.3.5-r2 USE="nls nptl nptlonly -build
29 -erandom -glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls -pic
30 -profile -userlocales" 0 kB
31 [ebuild R ] sys-devel/gcc-3.4.4-r1 USE="fortran gtk nls -bootstrap
32 -boundschecking -build -gcj -hardened -ip28 -multislot -nocxx -nopie -nossp
33 -objc -vanilla" 0 kB
34
35 Total size of downloads: 0 kB
36
37 # ls -ld /etc/make.profile
38 lrwxrwxrwx 1 root root 50 Feb 24 14:25 /etc/make.profile
39 -> ../usr/portage/profiles/default-linux/amd64/2006.0
40
41 Any hints on this would be appreciated. If you need any additional information
42 please ask.
43
44 --
45 Bo Andresen
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] overnetclc: error while loading shared libraries: libstdc++.so.5: cannot open "Boyd Stephen Smith Jr." <bss03@××××××××××.net>