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