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 wah meng
Recipients amaury.forgeotdarc, eric.araujo, gregory.p.smith, vstinner, wah meng
Date 2011-09-30.10:57:55
SpamBayes Score 3.945514e-10
Marked as misclassified No
Message-id <1317380276.84.0.894615919355.issue12876@psf.upfronthosting.co.za>
In-reply-to
Content
I tried again the build, after a new openSSL is installed on by my UNIX admin. The OpenSSL version is A.00.09.08r.003. The same result is generated when random is tested. The hashlib cannot be imported due to missing _sha256. 

In my build, I explicitly pass in -I to include header files of openssl, and -L to link up the libraries in openssl. 

export CC="cc +DD64 -I/home/r32813/local/include -I/opt/openssl/include"
export LDFLAGS="-L/home/r32813/local/lib -L/opt/openssl/lib -L/home/r32813/Build/2.7.1/Python-2.7.1"

Could anyone re-look at this issue again?
History
Date User Action Args
2011-09-30 10:57:57wah mengsetrecipients: + wah meng, gregory.p.smith, amaury.forgeotdarc, vstinner, eric.araujo
2011-09-30 10:57:56wah mengsetmessageid: <1317380276.84.0.894615919355.issue12876@psf.upfronthosting.co.za>
2011-09-30 10:57:56wah menglinkissue12876 messages
2011-09-30 10:57:55wah mengcreate