Python 2.3.3 compilation problem

Z

Zdenda

Hi, i have RH9 and i need python 2.3. I executed tgz file and typed ./configue.
Then i type make. It is without problem. When I type make install ...
....
....
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks
 
M

Martin v. Loewis

Zdenda said:
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?

It's an error further up in the output, probably caused
by some erroneous file in /usr/local/lib/python2.3.

Regards,
Martin
 
D

DoubleM

Zdenda said:
Hi, i have RH9 and i need python 2.3. I executed tgz file and typed
./configue. Then i type make. It is without problem. When I type make
install ... ...
...
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks
I had the same problem on Mandrake. There seem to be some minor syntax
incompatibilities in zipfile.py, and others. Try make -i install, and all
should be fine.

Mike
 
B

benjamin

There may be a conflict with the lib's directory with a previous
installation of Python 2.3 already installed. For the configure try
running:

../configure --prefix=/usr/local instead of ./configure
Zdenda said:
Hi, i have RH9 and i need python 2.3. I executed tgz file and typed
./configue. Then i type make. It is without problem. When I type make
install ... ...
...
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks
I had the same problem on Mandrake. There seem to be some minor syntax
incompatibilities in zipfile.py, and others. Try make -i install, and all
should be fine.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,067
Latest member
HunterTere

Latest Threads

Top