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?

[EMAIL PROTECTED]:~$ nm -D /usr/lib/python2.4/lib-dynload/md5.so | grep MD5
0000000000001b30 T MD5Final
0000000000001380 T MD5Init
00000000000013b0 T MD5Transform
0000000000001c10 T MD5Update

[EMAIL PROTECTED]:~$ nm -D /usr/lib/libmhash.so.2 | grep MD5
00000000000069b0 T MD5Final
0000000000006200 T MD5Init
0000000000006230 T MD5Transform
0000000000006a80 T MD5Update

-- 
Robert Edmonds
[EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to