python compilation questions

D

dave

Hi:

i compiled python-2.3.2 and ahve a coupel of questions:

1) i can't get python compiled with option "--with-pth"
2) without the option "--with-pth", it went through the compilation, but i had
some problems with testing:

ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status

it went throught rest of testing ok.

anybody has any idea on this?
 
D

dave

the error message seem to relate to openssl:

.....
....
DSA_size 0x248
/usr/local/ssl/lib/libcrypto.a(p_lib.o)
DSA_size 0x24c
/usr/local/ssl/lib/libcrypto.a(p_lib.o)
ld: fatal: relocations remain against allocatable but non-writable sections
collect2: ld returned 1 exit status
 
D

dave

sorry, i found one more error message from "make test":

test test_pwd failed -- Traceback (most recent call last):
File "~/Python-2.3.2/Lib/test/test_pwd.py", line 58, in test_errors
fakename = allnames[namei]
IndexError: list index out of range
 

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
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top