Bonjour!
Je cherche a installer python version 2.2 pour une utilisation avec Nvidia gelato version 64bit! Le problème c'est que j'ai toujours python 2.4 qui est utilisé par bcp d'application (yum entre autres)
j'ai donc suivi cette procédure pour installer python2.2 :
(avec la creation du lien 64bit)
Suse 9.x, RedHat Enterprise Linux 4, Fedora Core, etc.: Gelato requires Python 2.2 which is different from what these distributions provide. You can check your distribution provides with:
rpm -q python
To install Python 2.2:
* Download Python from:
ftp://python.org/ftp/python/2.2.3/Python-2.2.3.tgz
* cd /usr/tmp
* tar zxvf Python-2.2.3.tgz
* cd Python-2.2.3
* ./configure --prefix=/usr
* make install
* ln -s usr/lib/python2.2 /usr/lib64/python2.2 [64-bit systems only]
L'installation s'est bien déroulé puisque j'ai alors :
#yum
The yum libraries do not seem to be availableon your system for this version of python 2.2.3 (#2, Sep 4 2005, 17:20:48)
[GCC 4.0.1 20050727 (Red Hat 4.0.1-5)]
Please make sure the package you used to installyum was built for your install of python.
Normal, puisque yum s'appuit sur python 2.4. Mais j'aimerai savoir comment il est possible de faire cohabiter les deux!
Ensuite gelato ne marche pas encore :
./gelato: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Ce qui est un autre problème...