_hashlib portability issue

Olivier Feys pytkvtk at gmail.com
Tue Jun 26 09:36:32 EDT 2007


Hi all,

I build python 2.5 on linux-x86-64 (centos).
Why is lib-dynload/_hashlib.so dynamically linked with libssl.so.0.9.7 
and not with libssl.so that points on it (same thing for libcrypto.so)?
This causes problems when copying all the python distribution and 
running it on a different os, where the theses lib versions are not 
allways the same.
Is it possible to configure that ?

thanks,

Olivier




More information about the Python-list mailing list