Re: _hashlib portability issue

2007-06-26 Thread Robert Kern
Olivier Feys wrote: > 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 >

_hashlib portability issue

2007-06-26 Thread Olivier Feys
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, wher