Jesús Cea Avión added the comment:

Python is being building correctly. Some additional modules are not so lucky, 
though. In particular, you must locate your OpenSSL installation. For instance, 
I need to do this in my Solaris 10 machines:

"""
export LD_RUN_PATH=/usr/local/ssl/lib
"""

to correctly build SSL and HASHLIB modules.

You can ignore CURSES if you are not going to use curses programs. You don't 
probably have Berkeley DB libraries installed, so bsddb is not being build, etc.

Anyway, Python is being correctly built. If you don't use the libraries that 
don't compile, you are fine.

----------
nosy: +jcea

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19773>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to