Probleme d'installation de PYTHON et de ZOPE

beups Messages postés 108 Date d'inscription   Statut Membre Dernière intervention   -  
kilian Messages postés 8732 Date d'inscription   Statut Modérateur Dernière intervention   -
bonjour, voilà mon petit souci:
je voudrai installer Zope-2.7.6-final sur une MANDRAKE 10.1 mais lorsque je fais ./configure voila ce qui apparait:

Configuring Zope installation

Testing for an acceptable Python interpreter...

Python version 2.3.4 found at /usr/bin/python
Python version 2.3.4 found at /usr/bin/python2.3

!! WARNING !!
An acceptable, but non-optimal Python version (2.3.4)
was found at '/usr/bin/python'.
But consider installing version '2.3.5' before running
'make'. If this isn't the Python version or interpreter
instance you wish to use, you may specify a Python interpreter
manually by rerunning the ./configure script with the
'--with-python' option.

- Zope top-level binary directory will be /opt/Zope-2.7.
Traceback (most recent call last):
File "./inst/configure.py", line 234, in ?
main()
File "./inst/configure.py", line 97, in main
f = open(os.path.join(os.getcwd(), 'makefile'), 'w')
IOError: [Errno 13] Permission denied: '/home/sti_stage/Zope-2.7.6-final/makefile'

Voilà; apparament le PYTHON par defaut n est pas le plus optimal,il s agit du 2.3.4 et il me faudrait le 2.3.5!
Chose que j ai tenter de faire mais là arrivé au ./configure voilà ce qui apparait:
checking MACHDEP... linux2
checking EXTRAPLATDIR...
checking for --without-gcc... no
checking for --with-cxx=<compiler>... no
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Alors là je sais plus trop quoi faire car je ne comprends pas trop cette erreur de compiler C++!

Déja, merci d'avoir lu jusque là! mais ce serait encore mieux si quelqu'un pouvait m'apporter une solution efficace!
Ah oui,je suis un débutant de linux!
A voir également:

2 réponses

marc[i1] Messages postés 2573 Date d'inscription   Statut Contributeur Dernière intervention   382
 
1
kilian Messages postés 8732 Date d'inscription   Statut Modérateur Dernière intervention   1 526
 
IOError: [Errno 13] Permission denied: '/home/sti_stage/Zope-2.7.6-final/makefile' 


Déjà là tu n'as pas la permission de faire un truc...
Tu es peut être en train de faire un configure dans un repertoire qui n'es pas à toi, peut être qu'il appartient au root.

Que donne ls -l dans ce repertoire?
1