Difference between revisions of "Contrib:KeesWouters/installproblems"
From CAELinuxWiki
Keeswouters (Talk | contribs) m (→''Installation problems with Salome, Code Aster, ASTK, OS'') |
Keeswouters (Talk | contribs) m (→''Ubuntu 9.10 Karmic 64 bit'') |
||
Line 5: | Line 5: | ||
==''Ubuntu 9.10 Karmic 64 bit''== | ==''Ubuntu 9.10 Karmic 64 bit''== | ||
Problems with 32 and 64 bits versions of OSses and programms <br> | Problems with 32 and 64 bits versions of OSses and programms <br> | ||
+ | |||
+ | libstdc++ and libstdc++.so.5 problem: | ||
+ | |||
+ | on http://ubuntuforums.org/showthread.php?t=1243005&highlight=%26quot%3Blibstdc+.so.5%26quot%3B | ||
+ | |||
+ | I followed the suggestion by Artificial Intelligence, saying that: | ||
+ | |||
+ | So you need to install the 32-bit version of libstdc++5 on your 64-bit system. | ||
+ | |||
+ | |||
+ | cd ~/Desktop | ||
+ | wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb | ||
+ | wget http://nl.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb | ||
+ | sudo dpkg -i getlibs-all.deb | ||
+ | getlibs -i libstdc++5_3.3.6-17ubuntu1_i386.deb |
Revision as of 20:13, 23 November 2009
Installation problems with Salome, Code Aster, ASTK, OS
[continuously under construction]
Ubuntu 9.10 Karmic 64 bit
Problems with 32 and 64 bits versions of OSses and programms
libstdc++ and libstdc++.so.5 problem:
on http://ubuntuforums.org/showthread.php?t=1243005&highlight=%26quot%3Blibstdc+.so.5%26quot%3B
I followed the suggestion by Artificial Intelligence, saying that:
So you need to install the 32-bit version of libstdc++5 on your 64-bit system.
cd ~/Desktop wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb wget http://nl.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb sudo dpkg -i getlibs-all.deb getlibs -i libstdc++5_3.3.6-17ubuntu1_i386.deb