This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients christian.heimes, jcea, lambrechtphilippe, vstinner
Date 2013-11-26.01:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385428947.02.0.342348292674.issue19773@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-26 01:22:27jceasetrecipients: + jcea, vstinner, christian.heimes, lambrechtphilippe
2013-11-26 01:22:27jceasetmessageid: <1385428947.02.0.342348292674.issue19773@psf.upfronthosting.co.za>
2013-11-26 01:22:26jcealinkissue19773 messages
2013-11-26 01:22:25jceacreate