Can't Use Hashlib in Python

2010-03-11 Thread brown wrap
I have several programs that I am trying to compile and they compile due to openssl As an example in trying to compile gobject-introspection-0.6.8, after the configure, the make fails: File "/home/final-sources-lfs-6.6/blfs/gobject-introspection-0.6.8/giscanner/cachestore.py", line 23, in

Trying to use openssl with Python

2010-03-10 Thread brown wrap
root [ ~ ]# openssl version OpenSSL 0.9.8m 25 Feb 2010 root [ ~ ]# I compiled and installed Openssl from source. I need to use Python with various programs,that need md5. When the programs try the md5, they get errors. So what I've done to try to narrow down the problem is go into Python and t

Problem with Python and Openssl

2010-03-10 Thread brown wrap
I am actually trying to compile Firefox from the source. Firefox want me to first make xulrunner. during that compile I get : File "/usr/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor import _md5 I reinstalled opensll and Python. Still the same error. I think I've traced t