Contrib:KeesWouters/installproblems

From CAELinuxWiki
Revision as of 23:34, 29 November 2009 by Keeswouters (Talk | contribs) (''Ubuntu 9.10 Karmic 64 bit'')

Jump to: navigation, search

Installation problems with Salome, Code Aster, ASTK, OS

[continuously under construction]

Ubuntu 9.10 Karmic 64 bit

My problems with 32 and 64 bits versions of OSses and programms

libstdc++ and libstdc++.so.5 problem

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.

[code]

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
See eg: on http://ubuntuforums.org/showthread.php?t=1243005&highlight=%26quot%3Blibstdc+.so.5%26quot%3B

[/code]

libg2c file missing

Add at the end of the file /etc/apt/sources.list:
deb http://nl.archive.ubuntu.com/ubuntu hardy-updates main universe
Update the synaptic package manager and search for libg2c. Then add:
- libg2c0
- libg2c0-dev
Removed the last line in the /etc/apt/sources.list
See eg: http://caelinux.com/CMS/index.php?option=com_joomlaboard&Itemid=52&func=view&id=3603&catid=3#msg3603