I am trying to install the Linux x64 BOINC command-line interface client on a CloudLinux machine with x86_64 Architecture.
When I try to run the executable I get an error:
./boinc: error while loading shared libraries: libstdc++.so.3: cannot
open shared object file: No such file or directory
When I do ldd of the boinc executable I find:
libstdc++.so.3 => not found
When I do yum
I'm attempting to run a program called GlimmerHMM, however when I try to call the program I get this error:
./glimmerhmm_linux
./glimmerhmm_linux: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
So I tried downloading and installing:
sudo apt-get install libstdc++5
Reading package lists...
Searching the internet is way frustrating. Every link I find is broken.
I just wannah play uplink. =[ lol
Here's uplinks output, although its about as helpful as the thread title.
Code:
./uplink: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
What package contains this library?
Any help is appreciated!
As Gcool said, i'd installed these package:# pacman -S lib32-libpng lib32-libsm lib32-libxi lib32-libxrandr lib32-freetype2 lib32-fontconfig lib32-glib2 lib32-libstdc++5 extra/qtwebkit multilib/lib32-qtThen check (optional):$ ldd /opt/pt/bin/PacketTracer5And problem solved!Thanks you all!
theClassicMan27
https://bbs.archlinux.org/profile.php?id=61366
2012-07-07T14:47:18Z
I am trying to install the BOINC client on a Linux machine with x86_64 Architecture.
When I try to run the executable I get an error:
./boinc: error while loading shared libraries: libstdc++.so.3: cannot
open shared object file: No such file or directory
When I do ldd of the boinc executable I find:
libdl.so.2 => /lib/libdl.so.2 (0x005ce000)
libresolv.so.2 => /lib/libresolv.so.
tetris4 wrote:that is also available in lib32.no Tetris I installed the package but still it's no use../gridwars: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directorylibstdc++ is required.guys, and could you help with armagetron?
Hi
I get this error message.
Code:
Error: failed /usr/openv/java/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
I tried doing the yum install libstdc but it didn't find any thing.
Any of you know how to install this on Redhat running 5.7?
Thanks.
Am trying to install openwebload in Debian. I realize the latest version is pretty old. I used alien to convert the rpm to deb.
I am a somewhat "newbie" to the linux world as I used to work with Microsoft systems (both client and server), so be patient with me and explain it as simple as possible :)
So, the major problem I have, is that the file I need to execute answers with the following error:
./server: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./server)
So I checked the /usr/lib32/li