Ned Deily added the comment:
Since there has been no further activity on this issue and it seems to be
isolated to a particular user build, I'm going to close this. Feel free to
reopen with more documentation if you believe there is a problem with Python
itself.
--
resolution: -> in
uservorname usernachname added the comment:
Thanks for your hints.
I got installed openssl-1.0.1d and ssl in
fes-a120d19nas:/backup/fes-a120d19nas/Python-3.3.0# whereis openssl
openssl: /usr/bin/openssl /usr/include/openssl
fes-a120d19nas:/backup/fes-a120d19nas/Python-3.3.0# whereis ssl
ssl: /e
Ned Deily added the comment:
I'm glad you got a little further. Now it seems the build is failing when
trying to build the _ssl and _hashlib extension modules.
building '_ssl' extension
gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -I./Include -I.
-I
uservorname usernachname added the comment:
I also tried to compile with
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--bindir=/usr --sysconfdir=/etc --sbindir=/usr/sbin/ --build=sparc-linux
--libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share
-
uservorname usernachname added the comment:
Thanks for your hint. I did:
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--bindir=/usr --sysconfdir=/etc --sbindir=/usr/sbin/ & make 2>&1 | tee
build-log.txt
and get:
gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g
Ned Deily added the comment:
For some reason in your build, the first bootstrap use of the compiler (to
generate the sysconfig data) is failing because the runpy module can't be
found. Python should be able to find it in the source directory; the "Could
not find platform dependent libraries "