http://bugs.winehq.org/show_bug.cgi?id=13035
--- Comment #3 from François Gouget fgouget@codeweavers.com 2008-11-17 09:41:57 --- <julliard> fgouget: are there really platforms that have a libxml with and without xsltInit under the same soname?
So I checked and found the following:
* libxslt1.1 version 1.1.15-1ubuntu1 in Ubuntu 6.06 (Dapper Drake) nm -D /usr/lib/libxslt.so.1 | grep xsltInit 00018a02 T xsltInitCtxtExts 00014e62 T xsltInitCtxtKeys 00018fc3 T xsltInitElemPreComp
* libxslt1.1 version 1.1.19-3 in Debian 4.0 nm -D /usr/libxslt.so.1 | grep xsltInit 0000af90 T xsltInit 0001b4d0 T xsltInitCtxtExts 00016380 T xsltInitCtxtKey 00016a60 T xsltInitCtxtKeys 00019ac0 T xsltInitElemPreComp
It's the same soname in both cases. So currently an msxml3 binary compiled on Debian 4.0 won't work (load) on Ubuntu 6.06.