[Python-modules-team] Bug#440272: python2.4: md5.so symbols conflict with libmhash2

Robert Edmonds edmonds at debian.org
Fri Aug 31 07:15:23 UTC 2007


reassign 440272 python2.4
thanks

Hi,

python2.4's md5.so module contains identical symbols to those used in
libmhash.so.2.  This causes spectacular failures for
libapache2-mod-python users when apache under certain conditions tries
to load both of these DSOs.  Is it possible for the symbols in
python2.4's md5.so module to be munged, as the mod_python upstream
claims they should be?

edmonds at chase{0}:~$ nm -D /usr/lib/python2.4/lib-dynload/md5.so | grep MD5
0000000000001b30 T MD5Final
0000000000001380 T MD5Init
00000000000013b0 T MD5Transform
0000000000001c10 T MD5Update

edmonds at chase{0}:~$ nm -D /usr/lib/libmhash.so.2 | grep MD5
00000000000069b0 T MD5Final
0000000000006200 T MD5Init
0000000000006230 T MD5Transform
0000000000006a80 T MD5Update

-- 
Robert Edmonds
edmonds at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20070831/3bbbb551/attachment-0001.pgp 


More information about the Python-modules-team mailing list