still libstdc++ problem |
Questions and Answers : Unix/Linux : still libstdc++ problem
Author | Message | |
---|---|---|
Hi, | ||
ID: 1625 | Rating: 1 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Just so you don't think anyone ever comes here in this dust infested corner of the forums... I asked Mark to come take a look. My knowledge of Linux and Leiden goes as far as that. :-) | ||
ID: 1627 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
You could also intall a additional libstdc++.so.5 (libgcc package from/for gcc 3.3), or make an link from libstdc++.so.6 to libstdc++.so.5. | ||
ID: 1628 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Like Dotch said, you could just symlink to the libstdc++.so.6 like "ln -s libstdc++.so.6 libstdc++.so.5" in the /lib directory. The reason why the client is compiled against stdc++.so.5 (because we used g++ 3.2) is because not all linux clients have the 'latest' (less than a year old I mean ;-) distro installed on servers... | ||
ID: 1629 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Like Dotch said, you could just symlink to the libstdc++.so.6 like "ln -s libstdc++.so.6 libstdc++.so.5" in the /lib directory. The reason why the client is compiled against stdc++.so.5 (because we used g++ 3.2) is because not all linux clients have the 'latest' (less than a year old I mean ;-) distro installed on servers... Thanks for your time. Tried symlinking the new lib into an old one, as you proposed, then I got however a: bash-3.1$ ./classical_5.46_i686-pc-linux-gnu.exe ./classical_5.46_i686-pc-linux-gnu.exe: /home/kd75324/lib/libstdc++.so.5: version `CXXABI_1.2' not found (required by ./classical_5.46_i686-pc-linux-gnu.exe) ./classical_5.46_i686-pc-linux-gnu.exe: /home/kd75324/lib/libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./classical_5.46_i686-pc-linux-gnu.exe) bash-3.1$ Then I looked for a compat-libstdc++ of which some rpms existed. Installing this worked. Thanks again for your time. Kurt ____________ | ||
ID: 1658 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
ditto on 64 bit and I'm a linux noob. Any chance somebody could provide me some sort of step by step to fix this in my fresh Ubuntu 7.10 install? | ||
ID: 1938 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Like Dotch said, you could just symlink to the libstdc++.so.6 like "ln -s libstdc++.so.6 libstdc++.so.5" in the /lib directory. The reason why the client is compiled against stdc++.so.5 (because we used g++ 3.2) is because not all linux clients have the 'latest' (less than a year old I mean ;-) distro installed on servers... 6 months later... is this still true? Is this why ya'll are still using the v5 std c++ libs? | ||
ID: 1939 | Rating: -1 | rate: ![]() ![]() ![]() | [Reply to this post] | |
From QMC forums post: For those of you who are running Ubuntu, Kubuntu or Xubuntu Gutsy (v7.10) from a fresh install (not upgrade) you will get this error on both QMC and Lieden apps. Gutsy installs v6 of these libs. ____________ - da shu @ HeliOS, "La carencia de recursos no debe de ser impedimento para que un niño tenga acceso a la tecnología." | ||
ID: 1950 | Rating: 0 | rate: ![]() ![]() ![]() | [Reply to this post] | |
Questions and Answers : Unix/Linux : still libstdc++ problem