From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FJX6Z-0007Y1-2L for garchives@archives.gentoo.org; Wed, 15 Mar 2006 14:36:03 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with SMTP id k2FEYxiD008868; Wed, 15 Mar 2006 14:34:59 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5.20060308/8.13.5) with ESMTP id k2FETv3w027083 for ; Wed, 15 Mar 2006 14:29:58 GMT Received: from zaz.kom.auc.dk ([130.225.51.10]) by smtp.gentoo.org with esmtp (Exim 4.54) id 1FJX0f-0006Jo-Jv for gentoo-user@lists.gentoo.org; Wed, 15 Mar 2006 14:29:57 +0000 Received: from pc101-c.stud.ies.auc.dk ([10.8.12.101]) by zaz.kom.auc.dk with esmtp (Exim 2.05 #3) id 1FJX0d-0002QV-00 for gentoo-user@gentoo.org; Wed, 15 Mar 2006 15:29:55 +0100 From: Bo Andresen To: "gentoo-user" Subject: [gentoo-user] overnetclc: error while loading shared libraries: libstdc++.so.5: cannot open Date: Wed, 15 Mar 2006 15:29:52 +0100 User-Agent: KMail/1.9.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603151529.54790.bo.andresen@gmail.com> X-Archives-Salt: 03699346-d661-4ddf-a380-de63790dba7a X-Archives-Hash: 8264fd716bb8f57bbb36ae7ddba8ed67 I am having a problem with overnet on an amd64 computer. For some reason it connat load libstdc++.so.5. $ overnetclc overnetclc: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory I checked and realized that I did not have this file so I emerged libstdc++-v3. This did get me the file in /usr/lib64. Still no luck. I suppose the problem is that overnet is a binary package which requires a 32 bit library. Still I don't know how to solve this problem. Perhaps the problem is that I need multilib but I don't know how to select that since the multilib use flag is missing. # equery hasuse multilib [ Searching for USE flag multilib in all categories among: ] * installed packages [I--] [ ] sys-libs/libstdc++-v3-3.3.4 (5) [I--] [ -] sys-libs/glibc-2.3.5-r2 (2.2) [I--] [ -] sys-devel/gcc-3.4.4-r1 (3.4) # emerge -vp `equery hasuse multilib | sed -e 's/^/=/'` These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] sys-libs/libstdc++-v3-3.3.4 USE="nls nptl -build" 0 kB [ebuild R ] sys-libs/glibc-2.3.5-r2 USE="nls nptl nptlonly -build -erandom -glibc-compat20 -glibc-omitfp -hardened -linuxthreads-tls -pic -profile -userlocales" 0 kB [ebuild R ] sys-devel/gcc-3.4.4-r1 USE="fortran gtk nls -bootstrap -boundschecking -build -gcj -hardened -ip28 -multislot -nocxx -nopie -nossp -objc -vanilla" 0 kB Total size of downloads: 0 kB # ls -ld /etc/make.profile lrwxrwxrwx 1 root root 50 Feb 24 14:25 /etc/make.profile -> ../usr/portage/profiles/default-linux/amd64/2006.0 Any hints on this would be appreciated. If you need any additional information please ask. -- Bo Andresen -- gentoo-user@gentoo.org mailing list