Nicolas Lehuen
nicolas.lehuen at gmail.com
Thu Jan 27 02:09:02 EST 2005
On Thu, 27 Jan 2005 00:37:51 -0500, Graham Dumpleton <grahamd at dscpl.com.au> wrote: > > Since this is a common problem, I wonder if there may be a way to put > > checks into the Python modules that use expat to prevent this happening? > > Probably not very easy to determine. Trying ldd was an attempt to understand > the problem better and see if that might help but in the end it didn't show > anything that would help. > > In this case, it actually didn't turn out to be a problem with different > incompatible versions of libexpat.so, but a buggy one. Using next minor > point revision of library, without even recompiling looks like it may fix > it. I'll be able to confirm that on site I can access later. > > When we have a clearer picture of the situation, should at least perhaps > be mentioned in the FAQ. > > Graham Am I dreaming, or is this an instance of DLL Hell under Linux ? ;) Nicolas
|