Okay, maybe Python's hashlib builds if you don't have OpenSSL on your system. However, it *fails* if you do have an OpenSSL library but it can't be linked.
I consider this to be a bug in Python. Put some random file at /usr/lib/libssl.so and Python thinks you have OpenSSL installed. This will cause the build of hashlib to fail. Context: I'm trying to "cross-compile" a 32-bit Sage on a 64-bit Linux system. The Python installer looks at the 64-bit libraries to determine its linker flags. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org